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