---
title: "List all blacklist records assosiated with the company"
method: POST
path: "/list-blacklist-records"
---

# List all blacklist records assosiated with the company

`POST /list-blacklist-records`

Retrieves all blacklist records associated with the company. You can optionally filter records by a query, set pagination with `offset` and `limit`, or retrieve the full list.

**Parameters:**

-   `companyKey` _(string, required)_ - The company's secret key.
-   query (object of strings, optional) - Optional filter fields:
    -   `offset` (number, optional) - Number of records to skip from the beginning.
    -   `limit` (number, optional) - Maximum number of records to return.

## Request body

- ListBlacklistRecords
  - `companyKey` string

## Response `200`

Success

- ListBlacklistRecordsResponse
  - `result` object
    - `offset` number
    - `limit` number
    - `total` number
    - `data` object[]
      - `firstName` string
      - `lastName` string
      - `documentNumber` string
      - `personalNumber` string
      - `birthday` string, date-time
      - `reason` string
      - `notes` string
      - `id` string

---

[API](https://skmtc.net/identomat/apis/generated-api.md) · [All operations](https://skmtc.net/identomat/apis/generated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/identomat/generated-api/revisions/cda4b2b11372/schema)
