---
title: "GET /v1/blacklist/check/"
method: GET
path: "/v1/blacklist/check/"
tags: ["v1"]
---

# GET /v1/blacklist/check/

`GET /v1/blacklist/check/`

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

- PaginatedBlacklistIdentityList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` BlacklistIdentity[], required
    - `id` integer, required
    - `canonical_name` string, required
    - `canonical_iin` string, nullable
    - `canonical_bin` string, nullable
    - `canonical_phone` string, nullable
    - `reports_count` integer
    - `needs_review` boolean
    - `records` BlacklistIdentityRecord[], required
      - `id` integer, required
      - `company_name` string, required
      - `company_type` string, required
      - `comment` string, nullable
      - `added_at` string, date-time, required
      - `name` string, required
      - `phone` string, nullable
      - `iin` string, nullable
      - `bin` string, nullable
      - `photo` string, uri, nullable

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
