Account
List Accounts
Retrieve a list of Accounts that can be filtered by Account ID or Account Code.
get/organizations/{orgId}/accounts
Path parameters
orgIdstring required
UUID of the organization. The Organization represents your company as a direct customer of the m3ter service.
Query parameters
pageSizeinteger
Number of accounts to retrieve per page.
nextTokenstring
nextToken for multi-page retrievals.
idsstring[]
List of Account IDs to retrieve.
codesstring[]
List of Account Codes to retrieve. These are unique short codes for each Account.
Response
Returns the list of Accounts
Example response
{
"data": [
{
"currency": "USD"
}
]
}