cURL
curl --request GET \ --url http://localhost:5252/email-presets \ --header 'x-api-token: <api-key>'
[ { "id": "9f1c2", "label": "My-Email-Preset", "enabled": true } ]
Preset array
"9f1c2"
"My-Email-Preset"
Was this page helpful?