Accounts
Get an account
Get account information using customer_id and account_id.
get/accounts/{account_id}
Path parameters
account_idstring required
Example:ACC00001
account_id corresponding to an account
Query parameters
effectiveOnstring date-time
Example:2020-03-30T10:41:10.088499
includeGroupDetailsboolean
Example:true
Response
Response for Create and Get account requests
Example response
{
"invoiceCurrency": "USD",
"primaryEmail": "admin@example.com",
"status": "ACTIVE"
}