cURL
curl --request GET \ --url https://api.everbility.com/v1/public/clients/{client_id}/documents/{document_id} \ --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", "format": "markdown", "content": "<string>", "type": "report" }
Fetch a single report and render it as Markdown or HTML on demand.
Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.
markdown
html
Successful Response
report
"report"