Skip to Content
API ReferenceTemplatesGet template by name

Get template by name

GET /api/v1/partner/email/templates/by-name/:name

Fetch a template by its template_name. Same response shape as GET /templates/:id.

Useful when your code only knows the friendly name (e.g. from a config file) and not the UUID.

cURL

curl https://apis.splashifypro.com/api/v1/partner/email/templates/by-name/welcome \ -H "Authorization: Bearer $SPLASHIFY_API_KEY"