cURL
curl --request GET \ --url https://api.everbility.com/v1/public/clients/{client_id}/documents \ --header 'Authorization: Bearer <token>'
[ { "_id": "<string>", "client_id": 123, "title": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "type": "report" } ]
List reports for a client that is 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
report
"report"