cURL
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" }
This endpoint gives some of the functionality of an account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Indicates success
The unique identifier for the guest session
Expiration time