This endpoint allow users to validate a request token by entering a username and password.
You will be using your TMDB login details(username & password) here to validate request token
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Validate Request Token with login
The response is of type object
.
This endpoint allow users to validate a request token by entering a username and password.
You will be using your TMDB login details(username & password) here to validate request token
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Validate Request Token with login
The response is of type object
.