Accounts
Add Aliases to account
Add aliases to an account using customer_id and account_id.
post/accounts/{account_id}/add_aliases
Path parameters
account_idstring required
Example:ACC00001
account_id corresponding to an account
Request body
Response
Response for Create and Get account requests
Example response
{
"invoiceCurrency": "USD",
"primaryEmail": "admin@example.com",
"status": "ACTIVE"
}