Skip to main content
GET
/
email
/
templates
/
{template}
Show a template
curl --request GET \
  --url http://localhost/public/v1/email/templates/{template}
{
  "ok": true,
  "template": {
    "id": "<string>",
    "team_id": "<string>",
    "name": "<string>",
    "subject": "<string>",
    "content_type": "<string>",
    "scope": "<string>",
    "status": "<string>",
    "meta": {
      "json_schema": "<string>",
      "tags": [
        "<string>"
      ]
    },
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "content": "<string>",
    "alt_content": "<string>"
  }
}

Path Parameters

template
string<uuid>
required

The template ID

Query Parameters

include[]
enum<string>[]

Optional. Include field must be "content".

Available options:
content

Response

ok
boolean
required
template
EmailTemplateResource · object
required