cURL
curl --request GET \ --url https://api.everbility.com/v1/public/templates \ --header 'Authorization: Bearer <token>'
[ { "_id": "<string>", "title": "<string>", "created_at": "2023-11-07T05:31:56Z", "is_org_template": false } ]
List report-generation templates visible to the current API key scope.
Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.
Successful Response