Get your account_id
The endpoint to fetch the account_id is:- Add the query parameter your_bearer_token to authenticate your request.
Your account_id is an integer value.
Get the Account details endpoint.
{account_id}
with your TMDb account_id
To authenticate your request, include your bearer_token as a query parameter or in the request header.
- bearer_token as query parameter
- bearer_token in the Request Header
Make the Request
Below are examples of how to make the request using different tools:- Using cURL
- Using Postman
- Using Python