Authorizations
Vida API Token
Query Parameters
Reseller-ID under which the org will be created
Body
Organization name
"Acme Solar"
Admin-user e-mail for the new org
"admin@acmesolar.com"
Product-plan ID. If omitted, defaults to your reseller sell-plan.
"pplan-basic-monthly"
Your own CRM/customer ID for this org
"external-org-12345"
External Id to match with your internal billing system
"billing-id-12345"
Array of numbering provider configurations
Mark this account as an actively paying account
true
Enable SMS Capabilities on the agent
true
SMS Brand Id that is registered for the organization
"XXXXXX"
Approved SMS Campaign Id for the organizations traffic
"XXXXXX"
Optional list of third-party app integrations to set up at org creation
[
{
"appId": "some-app-id",
"appVersion": "v1",
"appData": { "apiToken": "APIToken" }
},
{
"appId": "another-example-app",
"appVersion": "v2",
"appData": {
"accountSid": "sidxxxxxxx",
"accountToken": "tokenxxxxxxx",
"apiUrl": "https://someurl.example"
}
}
]