Skip to main content
POST
GetEmailTemplate

Authorizations

Authorization
string
header
required

Personal API key, sent as Authorization: Bearer <key>.

Headers

Connect-Protocol-Version
number
required

Define the version of the Connect protocol

Example:

1

Connect-Timeout-Ms
number

Define the timeout, in ms

Example:

1000

Body

application/json

request to get a single email template

organizationId
string<uuid>

id of the organization

templateType
enum<string>

type of the template to retrieve

Available options:
EMAIL_TEMPLATE_TYPE_UNSPECIFIED,
EMAIL_TEMPLATE_TYPE_APPLICATION_CONFIRMATION,
EMAIL_TEMPLATE_TYPE_REJECTION

Response

Success

response for getting a single email template

template
template · object

the resolved template (custom or default)