---
title: "Get all channels"
description: "Receive all channels available for client"
openapi: "/openapi/omni-api.yaml GET /channels"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

`GET https://web.otpcod.ru/api/v1/channels`

Receive all channels available for client

---

##### Channels

| Channel | Description      |
|---------|------------------|
| 1       | SMS              |
| 2       | RCS              |
| 3       | Viber            |
| 4       | WhatsApp         |
| 6       | WeChat           |
| 7       | Email            |
| 8       | Telegram Gateway |
| 9       | Telegram         |
| 10      | Push             |
| 11      | TTS              |
| 14      | Flashcall        |

## Authentication

- `BasicAuth` — http basic AND `X-Api-Key` — apiKey in header: `X-Api-Key`

## Response 200

OK
  - response (object)
    - `data` (array)
      - `items` (object)
        - `description` (string)
        - `id` (integer)
        - `type` (string)
    - `error` (boolean)

## Response 400

Bad Request
  - response (object)
    - `data` (object)
      - `message` (string)
      - `requestId` (string)
    - `error` (boolean)

## Response 401

Unauthorized
  - response (object)
    - `data` (object)
      - `message` (string)
      - `requestId` (string)
    - `error` (boolean)

## Response 404

Not Found
  - response (object)
    - `data` (object)
      - `message` (string)
      - `requestId` (string)
    - `error` (boolean)

## Response 500

Internal Server Error
  - response (object)
    - `data` (object)
      - `message` (string)
      - `requestId` (string)
    - `error` (boolean)


---

📦 **OpenAPI specs:** Every OpenAPI specification referenced by this documentation is available as a single download — https://iba-platform.jamdesk.app/api-specs.zip
