Partner Accounts (v2)
List Child Accounts
List every child account under your parent.
GET
Returns all children of the calling parent account. Requires a parent key with
accounts.read (or accounts.write).
Response Fields
array
Array of child objects — each with
accountId, name, status, plan, externalIds, billedByParent, and createdAt (see Create Child).Examples
Error Codes
Also
401 invalid_credentials, 403 account_suspended.