---
title: "Does channel exist?"
method: GET
path: "/channels/exist"
tags: ["Channels"]
---

# Does channel exist?

`GET /channels/exist`

## Query parameters

- `name` string, required

## Headers

- `organization` string, required

## Response `200`

Returns **True** if a channel with the given name exists in the organization.

- boolean — True if a channel ixists, False otherwise.

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
