Accounts
Create a new account
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Accounts
Create a new account
Create a new account under your organization
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 does not have an example.
Authorizations
Vida API Token
Query Parameters
Organization Id to create account in
Body
application/json
Account Name
Example:
"Acme Solar Bay Area Support Agent"
Response
200
OK
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 does not have an example.