ACCOUNT
accountid
This endpoint is used to get the user account_id
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Your read access token that is used to authenticate requests made to an API
Example:
""
Response
200 - application/json
Details
A unique identifier for the user account.
Example:
38902467
A boolean indicating whether adult content should be included in the user's profile or preferences (false means adult content is excluded).
Example:
false
A code representing the country of the user
Example:
"NG"
A code representing the primary language of the user
Example:
"en"
The username of the account, used for login and profile identification.
Example:
"travisbell"