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-basic-monthly",
  "externalAccountId": "external-org-12345",
  "integrations": [
    {
      "appId": "some-app-id",
      "appVersion": "v1",
      "appData": {
        "apiToken": "APIToken"
      }
    },
    {
      "appId": "another-example-app",
      "appVersion": "v2",
      "appData": {
        "accountSid": "sidxxxxxxx",
        "accountToken": "tokenxxxxxxx",
        "apiUrl": "https://someurl.example"
      }
    }
  ]
}'
This response does not have an example.

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetResellerId
string
required

Reseller-ID under which the org will be created

Body

application/json

Response

200

OK