Skip to main content
POST
/
client
/
email-templates
/
list
List and filter user templates
curl --request POST \
  --url http://localhost:8080/api/v1/client/email-templates/list \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "q": "welcome",
  "type": 0
}
'
"<unknown>"

Authorizations

Authorization
string
header
required

JWT Bearer token or raw API key via Authorization header

Body

application/json

Filter criteria

q
string
Example:

"welcome"

type
integer
Example:

0

Response

Templates retrieved successfully

The response is of type any.