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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request successful
The date and time (in UTC) when the token will expire.
"2024-12-29 14:13:38 UTC"
The validated token.
"825b0375e94da6c9f829465e170ed3448a3ee4d9"
Indicates whether the request was successful. Possible values - true or false
true