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"
    }
  ]
}

Changes

Changed in 2 of the 10 revisions of this API.222

    • the response's body type changed from no type to object for status

      response-body-type-changed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-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 object to no type for status

      response-body-type-changed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog