---
title: "Adds recipient blacklist entry"
method: POST
path: "/v1/recipient_blacklist"
tags: ["blacklist"]
---

# Adds recipient blacklist entry

`POST /v1/recipient_blacklist`

## Request body

- RecipientBlacklistRequest
  - `recipient` string — recipient
  - `contentCategory` string — content category (personal, advertisement or informational
  - `comment` string — comment
  - `active` boolean — active

## 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

- `400` — Bad request
- `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)
