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

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetResellerId
string
required

Reseller Id to list organizations in

active
boolean

Whether to return only organizations with this given active state

Response

200 - application/json
Successful response
success
boolean