GET
/
api
/
v2
/
listAccounts
curl --request GET \
  --url https://api.vida.dev/api/v2/listAccounts

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetOrganizationId
string
required

Organization Id to list accounts in

pagination
boolean

Whether to provide pagination

page
number

Page number to fetch

pageSize
number

How many accounts per page

active
boolean

Whether to return only accounts with this given active state

Response

200

OK