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.
Create a new reseller under your partner account. Partner account required.
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.
Vida API Token
Partner Id to create reseller in
OK