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