v1

latestOpenAPI 3.1.02026-08-0610264152.3 KB
Event Templates

Toggle hidden template

Enable or disable hidden template for an organization. When enabled, creates or unarchives a hidden template. When disabled, archives it.

post/v2/event-templates/hidden

Request body

enabledboolean required

Whether to enable or disable hidden template for the organization.

Example request

{
  "companyId": {
    "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
  },
  "enabled": true
}

Response

OK

templateIdstring

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

Example response

{
  "templateId": "1234567890"
}