---
title: "Query Custom Channels"
method: GET
path: "/custom_channels"
tags: ["Reservations"]
---

# Query Custom Channels

`GET /custom_channels`

Query custom channels created from the [Custom Options Page](https://hostex.io/app/settings/custom-options).

## Response `200`

- object
  - `request_id` string, required — Unique identifier for the request.
  - `error_code` integer, required — Numeric error code representing the status of the response. A value of `200` indicates success. <br> See the [Error Codes](/reference/error-manual#error-codes) section for more information.
  - `error_msg` string, required — Message detailing the status of the response.
  - `data` object, required
    - `custom_channels` object[], required — List of the custom channels
      - `id` integer, required — The id of the custom channel.
      - `name` string, required — The name of the custom channel.

---

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