cURL
curl --request GET \ --url https://api.themoviedb.org/3/authentication/token/new \ --header 'Authorization: Bearer <token>'
{ "success": true, "expires_at": "2024-12-10 14:56:55 UTC", "request_token": "4ff0d20a781c2f2b6c2bc9f1d20b87fed34c1a57" }
This endpoint generates a new token that can be used to authenticate user sessions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Indicates success
Expiration time
Token for request