Accounts
Create a new organization
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Accounts
Create a new organization
Create a new organization under your reseller account. Reseller account required.
POST
/
api
/
v2
/
createOrganization
curl --request POST \
--url https://api.vida.dev/api/v2/createOrganization \
--header 'Content-Type: application/json' \
--data '{
"email": "admin@acmesolar.com",
"orgName": "Acme Solar",
"productPlanId": "pplan-example-planId"
}'
This response does not have an example.
Authorizations
Vida API Token
Query Parameters
Reseller Id to create organization in
Body
application/json
Response
200
OK
curl --request POST \
--url https://api.vida.dev/api/v2/createOrganization \
--header 'Content-Type: application/json' \
--data '{
"email": "admin@acmesolar.com",
"orgName": "Acme Solar",
"productPlanId": "pplan-example-planId"
}'
This response does not have an example.