---
title: "GET /affiliate/channels/{channelId}"
method: GET
path: "/affiliate/channels/{channelId}"
---

# GET /affiliate/channels/{channelId}

`GET /affiliate/channels/{channelId}`

Returns a single affiliate channel by ID for the authenticated user

## Path parameters

- `channelId` string, required

## Response `200`

Channel response

- AffiliateChannelDetail
  - `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

## Other responses

- `401` — API key missing or invalid
- `403` — Valid key without required scope
- `404` — Affiliate or channel 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)
