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 has no body data.

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetResellerId
string
required

Reseller Id to create organization in

Body

application/json
orgName
string
required

Organization Name

email
string

Admin user email for this account

productPlanId
string

Product Plan Id. If not specified inherits your default sell planId