---
title: "GET /affiliate/channels"
method: GET
path: "/affiliate/channels"
---

# GET /affiliate/channels

`GET /affiliate/channels`

Returns all affiliate channels owned by the authenticated user (max 20 per request). Does not filter by network or organization. Excludes WhiteLabel channels.

## Response `200`

Channel list response

- AffiliateChannelList
  - `data` AffiliateChannelItem[]
    - `id` string — Channel identifier
    - `name` string — Available channel type name
    - `active` boolean — Whether the channel is active
    - `createdAt` string, date-time — Channel creation date
  - `count` integer — Number of channels returned

## Other responses

- `401` — API key missing or invalid
- `403` — Valid key without required scope
- `404` — Affiliate not found
- `429` — Rate limit exceeded (60 req/60s per key + IP)

---

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