v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
Account

List Account Children

Retrieve a list of Accounts that are children of the specified Account.

get/organizations/{orgId}/accounts/{id}/children

Path parameters

orgIdstring required

UUID of the organization. The Organization represents your company as a direct customer of the m3ter service.

idstring required

The UUID of the Account to list children for.

Query parameters

pageSizeinteger nullable
nextTokenstring nullable

Response

Returns the list of child Accounts

nextTokenstring

Example response

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