Skip to content

Email Templates Resource

The email templates resource provides an endpoint to retrieve email templates.

URL:

https://api.openpublishing.com/resource/v3/email_templates

Supported methods:

GET to email_templates for retrieving information about all email_templates.

Supported query parameters:

  • name: name or fraction of a name
  • language: language code to filter by in ISO 639_2 format (e.g. ger, eng)

Example JSON

{
    "_id": 2,
    "name": "user-template-example-1",
    "description": "User template example"
}