---
title: "Get All Channels Info For Integration"
method: GET
path: "/api/v2/integrations/{integration_id}/channels"
tags: ["Partner integrations"]
---

# Get All Channels Info For Integration

`GET /api/v2/integrations/{integration_id}/channels`

## Path parameters

- `integration_id` string, required

## Query parameters

- `channel_code` string
- `customer_name` string
- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- ChannelResponse[]
  - `customer_name` string, required
  - `channel_name` string, required
  - `channel_code` string, required
  - `logo_cdn_url` string
  - `_id` string

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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