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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A unique identifier for an authenticated user session. Usually used for user authentication
"02a0e6d34dbd8325254e83c78918599076a62b0e"
A unique api-key for your TMDB account
"102e76380d3cbdef2f6643787f9236fb"
Request successful
The response is of type object
.