GET
/
account
/
{account_id}
{
  "avatar": {
    "gravatar": {
      "hash": "d8e7ab380b24aa719550afc74af16883"
    },
    "tmdb": {
      "avatar_path": null
    }
  },
  "id": 21678843,
  "include_adult": false,
  "iso_3166_1": "NG",
  "iso_639_1": "en",
  "name": "",
  "username": "devliz"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

Query Parameters

session_id
string

The user session ID created

Example:

"string"

Response

200 - application/json

account details

avatar
object
id
number
Example:

21678843

include_adult
boolean
Example:

false

iso_3166_1
string
Example:

"NG"

iso_639_1
string
Example:

"en"

name
string
Example:

""

username
string
Example:

"devliz"