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
Example response
{
"enabled": true,
"templateId": "1234567890"
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.