v1
latestOpenAPI 3.1.02026-08-0658107212.4 KBAccounts
Get Account
get/api/accounts/{account-id}/get.json
Path parameters
account-idinteger required
Example:1
Query parameters
api_keystring required
Example:YOUR_API_KEY
Your API Key.
Response
SUCCESS.
Example response
{
"account": {
"organization_name": "My Company",
"fiscal_id": "500100200",
"email": "john.doe@example.com",
"state": "active",
"at_configured": true,
"trial": true
}
}