GET
/
3
/
account
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"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

session_id
string

This represents your session ID. Get it here

Example:

"4ec635253b89b460043680b2264226173ed74e7d"

Response

200 - application/json

Details By SessionId

The response is of type object.