Accounts
Get Account
GET
/
accounts
/
:id
Params
id
string
The ID of the account to fetch.
Response
id
string
The Alguna ID of the account.
name
string
The name of the account.
aliases
[]string
The list of alternative or external IDs for the account. These can be used to
identify the account in place of the Alguna id
.
contacts
[]Contact
The contacts associated with the account.
billingAddress
Address
The billing address for the account.
currency
string
The ISO 4217 currency in which the account is billed.
createdAt
datetime
The date and time at which the account was created.
updatedAt
datetime
The date and time at which the account was last updated.