Accounts
Get account details
This endpoint is used to get a user’s account details. - Include the session_id
query parameter to get the account ID for your app’s users. - Include the api_key
query parameter to get the account ID for your app itself.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
A unique identifier for an authenticated user session. Usually used for user authentication
Example:
"02a0e6d34dbd8325254e83c78918599076a62b0e"
A unique api-key for your TMDB account
Example:
"102e76380d3cbdef2f6643787f9236fb"
Response
200 - application/json
Request successful
The response is of type object
.