GET
/
3
/
account
curl --request GET \
  --url https://api.themoviedb.org/3/account \
  --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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Account ID

The response is of type object.