Sub accounts
List all Sub-Accounts API
Retrieve all sub-accounts linked to your main account enabling centralized visibility and management.
GET
cURL
This is an
enterprise feature.You can read more about our enterprise offering here Bolna enterprise.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
List of all sub-accounts
Unique id for the associated sub-account
Name of the sub-account
Example:
"alpha-007"
Organization ID the sub-account belongs to
Sub-account API Key used to interact with sub-account resources like agents, executions, batches, etc.
Pattern:
^sa-[a-f0-9]{32}$Example:
"sa-b33f4fbf011d4661a273a46b11d185f8"
Whether the sub-account is being stored in a separate database
Example:
false
The number of concurrent calls that can be made with the sub-account
Example:
10
Previous
Patch update sub-accountUse this Bolna API endpoint to partially modify and update sub-account properties, including its name, concurrency limits, and call capacity settings.
Next
cURL

