v1

latestOpenAPI 3.1.02026-08-0610264152.3 KB
Event Templates

Get hidden template status

Check if hidden template is enabled for an organization.

get/v2/event-templates/hidden

Query parameters

companyIdstring uuid required

Company ID

Response

OK

enabledboolean required

Whether hidden template is enabled for the organization.

templateIdstring

ID of the hidden template. Present only when enabled is true.

Example response

{
  "enabled": true,
  "templateId": "1234567890"
}