Skip to main content
GET
/
v1
/
public
/
templates
/
{template_id}
Get a template
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
}

Authorizations

Authorization
string
header
required

Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.

Path Parameters

template_id
string
required

Response

Successful Response

_id
string
required
title
string
required
created_at
string<date-time>
required
content
Content · object
required
is_org_template
boolean
default:false