cURL
curl --request POST \ --url https://api.themoviedb.org/3/authentication/session/new \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "request_token": "4ff0d20a781c2f2b6c2bc9f1d20b87fed34c1a57" } '
{ "success": "true", "session_id": "dde0201c7e069c67295c39ad01a74d3f70a0fa74" }
This endpoint is used to create your session. You must authenticate your token before doing this.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A token to authenticate the request.
Successful response
Indicates success
Returns the session id