GET
/
3
/
account
/
{21733781}
Get Details
curl --request GET \
  --url https://api.themoviedb.org/3/account/{21733781} \
  --header 'Authorization: Bearer <token>'
{
  "avatar": {
    "gravatar": {
      "hash": "f5a54aa5cf0735b4c92cb18a8863e2c9"
    },
    "tmdb": {
      "avatar_path": null
    }
  },
  "id": 21733781,
  "include_adult": false,
  "iso_3166_1": "NG",
  "iso_639_1": "en",
  "name": "",
  "username": "Samyben"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

21733781
string
required

Query Parameters

session_id
string
Example:

"000c5b62c270a55ef8c64ee02ba56ba2fded1f55"

Response

200 - application/json

Get Details

The response is of type object.