Skip to main content
GET
account_user_get

Authorizations

Authorization
string
header
required

Bearer authentication (token authentication) should be used for accessing the API.

Use Get Token to get an access token for client credentials. Pass the token in the request header:

where the access_token is JSON Web Tokens (JWT).

Response

User account

id
string
required
accounts
object[]
required
configuration
object

Account user configurations

Last modified on July 22, 2026