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

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetOrganizationId
string
required

Organization Id to list accounts in

active
boolean

Whether to return only accounts with this given active state

Response

200
application/json
Successful response
success
boolean