AUTHENTICATION
cURL
curl --request GET \ --url https://api.themoviedb.org/3/authentication/token/new \ --header 'Authorization: Bearer <token>'
{ "expires_at": "2024-12-26 14:43:54 UTC", "request_token": "4f7c18709930e20d192979ef7fd499bd882380a6", "success": true }
This endpoint obtain a new token from the authentication server.
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