v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
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

nextTokenstring

Example response

{
  "data": [
    {
      "currency": "USD"
    }
  ]
}