List subAccounts

GET /sub-accounts

Use this method to get all the subAccounts of your account.

Path Parameters

Name
Type
Description
Required / Optional

id

Number

ID of the account

Optional

Headers

Name
Value

Authorization

Basic <token>

Response

[
  {
  "id": number,
  "name": "string",
  "account": {
      "id": string,
      "name": string
    }
  }
]

Last updated

Was this helpful?