---
title: "List the shop's do-not-contact creators"
method: GET
path: "/shops/blacklist"
tags: ["Targets & Blacklist"]
---

# List the shop's do-not-contact creators

`GET /shops/blacklist`

The creators this shop has blacklisted. Outreach automations skip them, so this is the shop's suppression list.

Handles are returned normalized (lowercased, no leading `@`) — that is the form `DELETE /shops/blacklist/{creator}` expects. Each row also carries the stable `id` and when it was added. Single-shop only.

## Response `200`

Successful Response

- BlacklistListResponse — The shop's full do-not-contact list.
  - `creators` BlacklistedCreator[], required — Blacklisted handles, most recently added first.
    - `id` integer, required — Row ID, stable for this shop.
    - `creator` string, required — Normalized creator handle.
    - `added_at` string, nullable — ISO-8601 timestamp the handle was blacklisted.
  - `total_count` integer, required — Number of blacklisted handles.

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/5eefff009b5b/schema)
