Skip to main content
GET
/
templates
Library Index
curl --request GET \
  --url https://api-prod.syntr.co/api/v1/email-marketing/templates \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "templates": [
      {
        "id": "441b-99ef",
        "name": "Midnight Minimal"
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 10,
      "total": 1,
      "pages": 1
    }
  }
}

URL Parameters

page
INTEGER
Page number
Search in name or content
{
  "success": true,
  "data": {
    "templates": [
      {
        "id": "441b-99ef",
        "name": "Midnight Minimal"
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 10,
      "total": 1,
      "pages": 1
    }
  }
}