---
title: "Returns recipient blacklist entries"
method: GET
path: "/v1/recipient_blacklist"
tags: ["blacklist"]
---

# Returns recipient blacklist entries

`GET /v1/recipient_blacklist`

## Query parameters

- `query` string
- `search` string
- `sort` string
- `page` integer
- `size` integer

## Response `200`

OK

- RecipientBlacklistResponse
  - `recipient` string — recipient
  - `contentCategory` string — content category (personal, advertisement or informational
  - `comment` string — comment
  - `active` boolean — active
  - `id` integer — recipient blacklist id
  - `deactivatedOn` string, date-time — deactivated on
  - `activatedOn` string, date-time — activated on
  - `deactivationOrigin` string — deactivation origin
  - `activationDetail` string — activation detail
  - `activationOrigin` string — activation origin
  - `activationBy` string — activated by
  - `deactivationBy` string — deactivated by
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `500` — Internal server error

---

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