Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth 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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.