cURL
curl --request GET \ --url https://api.themoviedb.org/3/account \ --header 'Authorization: Bearer <token>'
{ "avatar": { "gravatar": { "hash": "d3121522dae075799968cc2f2b51cf21" }, "tmdb": { "avatar_path": null } }, "id": 21308017, "include_adult": false, "iso_3166_1": "NG", "iso_639_1": "en", "name": "Gloria Tejuosho", "username": "gloriaSilver" }
This endpoint retrieves account details by session Id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This represents your session ID. Get it here
"4ec635253b89b460043680b2264226173ed74e7d"
Details By SessionId
Show child attributes
"d3121522dae075799968cc2f2b51cf21"
21308017
false
"NG"
"en"
"Gloria Tejuosho"
"gloriaSilver"