Skip to main content
GET
/
email-presets
List Email Presets
curl --request GET \
  --url http://localhost:5252/email-presets \
  --header 'x-api-token: <api-key>'
[
  {
    "id": "9f1c2",
    "label": "My-Email-Preset",
    "enabled": true
  }
]

Authorizations

x-api-token
string
header
required

Query Parameters

enabled
boolean

Response

Preset array

id
string
Example:

"9f1c2"

label
string
Example:

"My-Email-Preset"

enabled
boolean