---
title: "Return allow/disallow listed card acceptors group and merchants under the group"
method: GET
path: "/api/v1/cards/{publicToken}/card-acceptor"
tags: ["Cards"]
---

# Return allow/disallow listed card acceptors group and merchants under the group

`GET /api/v1/cards/{publicToken}/card-acceptor`

## Path parameters

- `publicToken` string, required

## Response `200`

Success

- CardAcceptorsResponse — List of Allowed/Disallowed Card Acceptors for a card.
  - `cardAcceptorAllowList` CardAcceptorDetailResponse[], nullable — List of Allowed Card Acceptors in the List.
    - `id` integer — ID of the Card Acceptor list.
    - `name` string, nullable — Name of the Card Acceptor list.
    - `merchantIds` string[], nullable — List of Card Acceptors in the List.
  - `cardAcceptorDisallowList` CardAcceptorDetailResponse[], nullable — List of Disallowed Card Acceptors in the List.
    - `id` integer — ID of the Card Acceptor list.
    - `name` string, nullable — Name of the Card Acceptor list.
    - `merchantIds` string[], nullable — List of Card Acceptors in the List.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.dev/thredd/apis/core-cards.md) · [All operations](https://skmtc.dev/thredd/apis/core-cards/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thredd/core-cards/revisions/841f62def5bf/schema)
