API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Webhooks
Knowledge
Accounts
- POSTCreate a new reseller
- GETList resellers
- POSTCreate a new organization
- DELDelete an organization
- GETList organizations
- GETList agent accounts
- POSTCreate a new account
- DELDelete an account
- GETList admin users
- DELDelete admin user
- POSTInvite admin user
- GETFetch Account by externalAccountId
- POSTUpdate Organization Settings
Billing
Accounts
Create a new reseller
Create a new reseller under your partner account. Partner account required.
POST
/
api
/
v2
/
createReseller
Copy
Ask AI
curl --request POST \
--url https://api.vida.dev/api/v2/createReseller \
--header 'Content-Type: application/json' \
--data '{
"email": "admin@acmesolar.com",
"resellerName": "Acme Solar",
"offeredProductPlanId": "custom-plan-1",
"productPlanId": "base-plan-1"
}'
Copy
Ask AI
This response does not have an example.
Authorizations
Vida API Token
Query Parameters
Partner Id to create reseller in
Body
application/json
Response
200
OK
Copy
Ask AI
curl --request POST \
--url https://api.vida.dev/api/v2/createReseller \
--header 'Content-Type: application/json' \
--data '{
"email": "admin@acmesolar.com",
"resellerName": "Acme Solar",
"offeredProductPlanId": "custom-plan-1",
"productPlanId": "base-plan-1"
}'
Copy
Ask AI
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.