---
title: "Get hidden template status"
method: GET
path: "/v2/event-templates/hidden"
tags: ["Event Templates"]
---

# Get hidden template status

`GET /v2/event-templates/hidden`

Check if hidden template is enabled for an organization.

## Query parameters

- `companyId` string, uuid, required

## Response `200`

OK

- GetHiddenTemplateStatusResponse — Response for checking hidden template status.
  - `enabled` boolean, required — Whether hidden template is enabled for the organization.
  - `templateId` string — ID of the hidden template. Present only when enabled is true.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/spotnana/apis/template-api.md) · [All operations](https://skmtc.net/spotnana/apis/template-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/template-api/revisions/d07ab54503f7/schema)
