Authentication
Create request token
This endpoint is used to create an intermediate request token that can be used to validate a TMDB user login in your app. More details about how this works can be found here.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Request successful
The response is of type object
.