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