cURL
curl --request GET \ --url https://api.everbility.com/v1/public/clients/search \ --header 'Authorization: Bearer <token>'
{ "results": [ {} ], "total": 123, "page": 123, "limit": 123 }
Search clients that are visible to the current API key scope.
Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.
x >= 1
1 <= x <= 100
Successful Response