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"
}
]
}