Skip to main content
GET
/
authentication
/
token
/
new
Create Request Token
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

success
boolean

Indicates success

expires_at
string

Expiration time

request_token
string

Token for request