Skip to main content
POST
Validate Request Token with login
You will be using your TMDB login details(username & password) here to validate request token

Authorizations

Authorization
string
header
required

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

Body

application/json
password
string

the password to user's account

Example:

"33u4ut78"

request_token
string

A temporary credential used in the authentication process.

Example:

"494a2598df9b563a3a54a2bbcde2a738654a5c49"

username
string

the user's username

Example:

"John Doe"

Response

200 - application/json

Validate Request Token with login

expires_at
string
Example:

"2024-12-26 16:17:26 UTC"

request_token
string
Example:

"494a2598df9b563a3a54a2bbcde2a738654a5c49"

success
boolean
Example:

true