Get account

Return an account by ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

accountIdstringRequired
Account to retrieve.

Response

The requested account.
accountobject
The account.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error