ACCOUNT
cURL
curl --request GET \ --url https://api.themoviedb.org/3/account/{account_id} \ --header 'Authorization: Bearer <token>'
{ "avatar": { "gravatar": { "hash": "206e7620da66d278de7842ce5de26237" }, "tmdb": { "avatar_path": null } }, "id": 21707059, "include_adult": false, "iso_3166_1": "NG", "iso_639_1": "en", "name": "", "username": "Ileolami" }
This endpoint get the public details of user’s account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
user's account id
session ID for authentication or tracking purposes
Details
Show child attributes
21707059
false
"NG"
"en"
""
"Ileolami"