v61

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

List custom email templates for a portal

List custom email templates

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

Response

A list of customized email templates used in a portal.

Example response

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