GET
/
3
/
authentication
/
guest_session
/
new
curl --request GET \
  --url https://api.themoviedb.org/3/authentication/guest_session/new
{
  "expires_at": "2025-01-03 19:48:52 UTC",
  "guest_session_id": "4de94e96d8624713f32dd26d5f47e760",
  "success": true
}

Response

200 - application/json

Guest Session

The response is of type object.