cURL
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>" } }
Returns a single private template that belongs to the authenticated team.
The template ID
Optional. Include field must be "content".
content
Show child attributes