---
title: "List issuers"
method: GET
path: "/issuers"
---

# List issuers

`GET /issuers`

Returns issuers that currently have credit cards in Affil's Card Catalog.

## Response `200`

OK

- object
  - `issuers` object[], required
    - `id` string, uuid, required
    - `slug` string, required
    - `name` string, required
    - `creditCardCount` integer, required

## Other responses

- `401` — 401
- `403` — 403
- `429` — 429
- `503` — 503

---

[API](https://skmtc.dev/affil/apis/affil-api.md) · [All operations](https://skmtc.dev/affil/apis/affil-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/affil/affil-api/revisions/203930b38b1b/schema)
