Skip to main content
POST
/
api
/
public
/
v1
/
email-templates
/
types
List template types
curl --request POST \
  --url http://app.localhost:3000/api/public/v1/email-templates/types \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The body is of type object.

Response

Successful response