GET
/
api
/
v2
/
listResellers
curl --request GET \
  --url https://api.vida.dev/api/v2/listResellers
{
  "success": true
}

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetPartnerId
string
required

Partner Id to list resellers in

active
boolean

Whether to return only resellers with this given active state

Response

200 - application/json
Successful response
success
boolean