Authentication
Validate request token (with Login)
This endpoint is used to validate the request token generated here with a TMDB user’s account credentials (username and password). The validated request token returned in the response can be used directly to create a session id. Learn more here.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
Request successful
The response is of type object
.