---
title: "POST /public/v1/do-not-contact"
method: POST
path: "/public/v1/do-not-contact"
tags: ["Workspaces"]
---

# POST /public/v1/do-not-contact

`POST /public/v1/do-not-contact`

Batch-add LinkedIn URLs to the workspace Do Not Contact list. Accepts person, company, and school URLs. Entries are enqueued and applied asynchronously; the block then applies workspace-wide at both add time and send time. Known limitation: DNC entries are keyed per API user, so an identity your user already holds on another workspace's list cannot currently be re-recorded for this workspace — such entries are skipped (and logged internally) rather than applied.

## Request body

- object
  - `workspaceId` string, required
  - `urls` string[], required

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `accepted` number
    - `rejected` object[]
      - `url` string
      - `reason` string

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/joinvalley/apis/valley-public-api.md) · [All operations](https://skmtc.net/joinvalley/apis/valley-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinvalley/valley-public-api/revisions/1d888a894943/schema)
