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

# GET /v1/blacklist/

`GET /v1/blacklist/`

## Query parameters

- `ordering` string
- `page` integer
- `pageSize` integer
- `search` string

## Response `200`

- PaginatedBlacklistListList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` BlacklistList[], required
    - `id` integer, required
    - `name` string, required
    - `comment` string, nullable
    - `added_at` string, date-time, required
    - `disabled` boolean
    - `phone` string, nullable
    - `photo` string, uri, nullable
    - `iin` string, nullable
    - `bin` string, nullable
    - `identity` integer, 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)
