POST
/
api
/
v2
/
createReseller
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"
}'
This response does not have an example.

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetPartnerId
string
required

Partner Id to create reseller in

Body

application/json

Response

200

OK