cURL
curl --request POST \ --url https://api.themoviedb.org/3/authentication/session/new \ --header 'Authorization: Bearer <token>'
{ "status_code": 34, "status_message": "The resource you requested could not be found.", "success": false }
You can use this method to create a fully valid session ID once a user has validated the request token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>