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.
Body
Payload for creating a new sub-account
Name of the sub-account
"alpha-007"
The sub-account is stored in a separate database
Database host for multi_tenant
sub-account
"prod-alpha-007-db-east-1.my-database.com"
Database name for multi_tenant
sub-account
"alpha-007_db"
Database port for multi_tenant
sub-account
5432
Database root user for multi_tenant
sub-account
"alpha-007_user"
Database root password for multi_tenant
sub-account
"alpha-007_password"
The number of concurrent calls that can be made with the sub-account
10
Response
Sub-account create response
Unque identifier for the created sub-account
Name of the sub-account
"alpha-007"
ID of the user who created the sub-account
Organization ID the sub-account belongs to
Sub-account API Key used to interact with sub-account resources like agents, executions, batches, etc.
"sa-b33f4fbf011d4661a273a46b11d185f8"
Whether the sub-account is being stored in a separate database
false
Database host if the sub-account is multi_tenant:true
null
Database name if the sub-account is multi_tenant:true
null
Database port if the sub-account is multi_tenant:true
null
Database root user if the sub-account is multi_tenant:true
null
Database root password if the sub-account is multi_tenant:true
null
The number of concurrent calls that can be made with the sub-account
10
Timestamp of sub-account creation
"2025-01-23T01:14:37Z"
Timestamp of sub-account updation
"2025-01-23T01:14:37Z"