List Accounts
Retrieve a list of Accounts that can be filtered by Account ID or Account Code.
Path parameters
UUID of the organization. The Organization represents your company as a direct customer of the m3ter service.
Query parameters
Number of accounts to retrieve per page.
nextToken for multi-page retrievals.
List of Account IDs to retrieve.
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"
}
]
}Changes
Changed in 2 of the 10 revisions of this API.222
- ▲
the response's body type changed from no type to
objectfor statusresponse-body-type-changed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type changed from
objectto no type for statusresponse-body-type-changed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲