API Documentation
Authorization
Agents
Phone Numbers
SIP
Knowledge
Accounts
Billing
API Reference
Accounts
Create a new account
POST
/
api
/
v2
/
createAccount
curl --request POST \
--url https://api.vida.dev/api/v2/createAccount \
--header 'Content-Type: application/json' \
--data '{
"accountName": "Acme Solar Bay Area Support Agent"
}'
This response has no body data.
Authorizations
Vida API Token
Query Parameters
Organization Id to create account in
Body
application/json
Account Name
curl --request POST \
--url https://api.vida.dev/api/v2/createAccount \
--header 'Content-Type: application/json' \
--data '{
"accountName": "Acme Solar Bay Area Support Agent"
}'
This response has no body data.