cURL
curl --request GET \ --url https://api.themoviedb.org/3/authentication/token/new \ --header 'Authorization: Bearer <token>'
{ "expires_at": "2025-01-02 13:46:43 UTC", "request_token": "3e945dec002422f7b5e0f4c0b7ac374066313947", "success": true }
Create an intermediate request token that can be used to validate a TMDB user login.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Response
"2025-01-02 13:46:43 UTC"
"3e945dec002422f7b5e0f4c0b7ac374066313947"
true