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
Example response
{
"data": [
{
"currency": "USD"
}
]
}