v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Portal Emails

Get custom email template used in a portal

Get custom email template

get/v3/portals/{portalId}/email-templates/{templateName}

Response

Successful Retrieval for a portal email template.

labelstring required

The label of the email template

name'confirm-email-address' | 'app-registration-approved' | 'app-registration-rejected' | 'app-registration-revoked' | 'reset-password' | 'account-access-approved' | 'account-access-rejected' | 'account-access-revoked' | 'api-key-expiring-soon' | 'api-key-expired' | 'developer-invitation' required

Short name email template name.

variablesEmailTemplateVariableName[] required
enabledboolean required

Whether the email template is enabled or disabled for a portal

created_atstring date-time required

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time required

An ISO-8601 timestamp representation of entity update date.

Example response

{
  "label": "App registration approved",
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}