This message was deleted.
# helpdesk
s
This message was deleted.
b
You need to create a token off the Server SDK.
or if you would like you can use the livekit-cli to generate one
g
is this token the same token which I generate for a new user to join the room?
why is everything called just "token" hehe
curl -X POST <http://localhost:7880/twirp/livekit.RoomService/ListRooms> \
-H "Authorization: Bearer eyJhbGciOiJIUzI1.eyJleHAiOjp0cnVlfX0.B1jFc_D7ubGpwXHZ9KaRc" \
-H 'Content-Type: application/json' \
-d '{ "names": ["my-first-room"] }'
Copy code
{
  "code": "unauthenticated",
  "msg": "permissions denied"
}