---
title: "Get Blacklist"
method: GET
path: "/v1/shops/{shopId}/blacklist"
tags: ["Blacklist"]
---

# Get Blacklist

`GET /v1/shops/{shopId}/blacklist`

Retrieves the blacklist entries.

## Request body

- object
  - `page` integer — Page number.
  - `perPage` integer — Items per page, 1-100. Must be at least 1. Must not be greater than 100.
  - `orderColumn` 'id' | 'value' | 'type' | 'match_type' | 'reason' | 'enabled' | 'created_at'
  - `orderDirection` 'asc' | 'desc'
  - `id` string — Filter by entry ID.
  - `types` string[]
  - `match_type` 'exact' | 'regex'
  - `value` string — Filter by blacklisted value.
  - `reason` string — Filter by reason.
  - `message` string — Filter by message.
  - `payment_method_ids` object — Filter by payment method IDs.
  - `enabled` boolean — Only enabled or disabled entries.
  - `active_from` string — Must be a valid date.
  - `active_to` string — Must be a valid date. Must be a date after <code>active_from</code>.
  - `created_at_from` string — Must be a valid date.
  - `created_at_to` string — Must be a valid date. Must be a date after <code>created_at_from</code>.

## Response `200`

- object
  - `current_page` integer
  - `data` object[]
    - `id` integer
    - `shop_id` integer
    - `type` string
    - `match_type` string
    - `value` string
    - `payment_method_ids` string
    - `reason` string
    - `message` string
    - `enabled` boolean
    - `active_from` string
    - `active_to` string
    - `created_at` string
    - `updated_at` string
    - `deleted_at` string
  - `first_page_url` string
  - `from` integer
  - `last_page` integer
  - `last_page_url` string
  - `links` object[]
    - `url` string
    - `label` string
    - `active` boolean
  - `next_page_url` string
  - `path` string
  - `per_page` integer
  - `prev_page_url` string
  - `to` integer
  - `total` integer

---

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