Skip to main content
GET
/
authentication
/
guest_session
/
new
Create Guest Session
curl --request GET \
  --url https://api.themoviedb.org/3/authentication/guest_session/new \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "guest_session_id": "3fa3ace49eac71a12c4d6037bf211e86",
  "expires_at": "2024-12-17 21:02:18 UTC"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

success
boolean

Indicates success

guest_session_id
string

The unique identifier for the guest session

expires_at
string

Expiration time