Accounts
Get Account
Retrieve details of a specific account by its ID. Use the optional with_data
query parameter to load full account details.
GET
/
accounts
/
{accountId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
accountId
integer
requiredQuery Parameters
with_data
boolean
default: falseResponse
200 - application/json
data
object