---
title: "Search Blacklist"
method: POST
path: "/v2/Account/Blacklist/Search"
tags: ["Account"]
---

# Search Blacklist

`POST /v2/Account/Blacklist/Search`

Retrieves the paginated blacklist phone numbers of the account.

## Request body

- BlackListTableSearchApi
  - `skip` integer — Number of entries to skip for pagination.
  - `limit` integer — Limit on the number of entries to return.
  - `sortProp` string, nullable — Property name to sort by.
  - `isAscending` boolean — Whether the sort order is ascending.
  - `search` string, nullable — A phone number or partial phone number. Max 50 characters only.

## Response `200`

The paginated list of blacklist phone numbers.

- BlacklistedPhoneApiViewTableSearchResult
  - `count` integer — The total number of items matching the search criteria.
  - `results` BlacklistedPhoneApiView[], nullable — The list of results for the current page, based on the search criteria.
    - `phoneNumber` string, nullable — Blacklisted phone number or phone prefix. This value may represent: - A full phone number (e.g. +1234567890) - A country prefix (e.g. +41) - A partial prefix range (e.g. +41837) Any phone number matching the blacklisted value or prefix will be blocked.

## Other responses

- `400` — Error

---

[API](https://skmtc.net/nlpearl/apis/nlpearl-client-api.md) · [All operations](https://skmtc.net/nlpearl/apis/nlpearl-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nlpearl/nlpearl-client-api/versions/52d64fc5d6e9/schema)
