Skip to main content
GET
/
client
/
email-templates
Get templates
curl --request GET \
  --url http://localhost:8080/api/v1/client/email-templates \
  --header 'Authorization: <api-key>'
"<unknown>"

Authorizations

Authorization
string
header
required

JWT Bearer token or raw API key via Authorization header

Query Parameters

q
string

Search by template name or subject

type
integer

Filter by template type (0=transactional, 1=workflow, 2=campaign)

Response

Templates retrieved successfully

The response is of type any.