cURL
curl --request GET \ --url https://api.themoviedb.org/3/authentication/guest_session/new \ --header 'Authorization: Bearer <token>'
{ "expires_at": "2024-12-15 14:11:03 UTC", "guest_session_id": "3803074424af57054b31a12f9890c412", "success": true }
This endpoint create a user guest session.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
create guest session
The response is of type object.
object