cURL
curl --request GET \ --url https://api.themoviedb.org/3/authentication/token/new \ --header 'Authorization: Bearer <token>'
{ "expires_at": "2024-12-14 17:16:25 UTC", "request_token": "07a398bfc1da42869f38e52a7eee32ddbf1e3064", "success": true }
This endpoint create a request token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Create request token
The response is of type object.
object