Skip to main content
For this quickstart, you’ll use the Details endpoint in the Account Folder to retrieve the public details of an account on TMDB.

Get your account_id

The endpoint to fetch the account_id is:
  • Add the query parameter your_bearer_token to authenticate your request.
Example response
Your account_id is an integer value.

Get the Account details endpoint.

Replace the {account_id} with your TMDb account_id To authenticate your request, include your bearer_token as a query parameter or in the request header.

Make the Request

Below are examples of how to make the request using different tools:

Example response

If the request is successful, you’ll receive a JSON response containing details about the account. Here’s an example response: