POST
/
3
/
authentication
/
session
/
new
curl --request POST \
  --url https://api.themoviedb.org/3/authentication/session/new \
  --header 'Content-Type: application/json' \
  --data '{
  "request_token": "f6a38deb1d109eeec83fe061e217ba19d94e5849"
}'
{
  "session_id": "99f5fe8d04188f32c8fe2092c365a3f85cb3e376",
  "success": true
}

Headers

string
Example:

""

Body

application/json

Response

200 - application/json

Session

The response is of type object.