GET
/
sub-accounts
/
all
cURL
curl --request GET \
  --url https://api.bolna.ai/sub-accounts/all \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "alpha-007",
    "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "api_key": "sa-b33f4fbf011d4661a273a46b11d185f8",
    "multi_tenant": false
  }
]
This is an enterprise feature.You can read more about our enterprise offering here Bolna enterprise.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

List of all sub-accounts

The response is of type Items · object[].