Create Account
string
required
Display name for the account
string
Company name used by the AI in conversations. Defaults to
name.string
Twilio number in E.164 format. If omitted, one is provisioned automatically.
string
Number to forward voice calls to (E.164)
string
Logo URL for white-label embed
string
Hex color for UI accent (e.g.,
#2563EB)object
Arbitrary key-value pairs for your internal tracking
201 Created
List Accounts
integer
default:"50"
Max results (1-250)
integer
default:"0"
Pagination offset
string
Filter by
active or deactivatedstring
Search by name
200 OK
Get Account
Update Account
Update any mutable fields on a sub-account.Deactivate Account
Soft-deactivates the account. Conversations and data are preserved but the AI stops responding to inbound messages and sequences are paused.200 OK
PATCH /accounts/:id with {"status": "active"}.