Endpoints
Request Token
This endpoint gets a temporary “request token” from TMDb. This is your first step to allow your application to access a user’s account data (like ratings or watchlists) with their permission.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Create Request Token
The response is of type object
.