---
title: "Create Account Exclusion"
method: POST
path: "/v1/account-exclusions"
tags: ["accounts"]
---

# Create Account Exclusion

`POST /v1/account-exclusions`

Create a new account-level exclusion.

Requires the `account_exclusions:write` scope on the API key.

## Request body

- AccountExclusionInput
  - `domain` string, required — Account domain to exclude.
  - `reason` 'BAD_TIMING' | 'BOUNCED' | 'COMPETITOR' | 'CONTACT_REFUSED' | 'INTERESTED' | 'MEETING' | 'OTHER' | 'OUT_OF_OFFICE' | 'UNKNOWN' | 'UNSUBSCRIBED' | 'WRONG_PERSON' | 'EXCLUDE_FROM_SEARCH' | 'EXCLUDE_FROM_CRM' | 'REFERRAL' | 'LEFT_COMPANY', required
  - `message` string, nullable — Free-form note for operators.
  - `until` string, date-time, nullable — When the exclusion expires. Omit for a permanent exclusion.

## Response `201`

Successful Response

- AccountExclusionOutput
  - `id` string, uuid, required — Unique identifier.
  - `domain` string, nullable, required — Excluded account domain.
  - `reason` 'BAD_TIMING' | 'BOUNCED' | 'COMPETITOR' | 'CONTACT_REFUSED' | 'INTERESTED' | 'MEETING' | 'OTHER' | 'OUT_OF_OFFICE' | 'UNKNOWN' | 'UNSUBSCRIBED' | 'WRONG_PERSON' | 'EXCLUDE_FROM_SEARCH' | 'EXCLUDE_FROM_CRM' | 'REFERRAL' | 'LEFT_COMPANY', required
  - `message` string, nullable, required — Operator note.
  - `until` string, date-time, nullable, required — When the exclusion expires.
  - `created_at` string, date-time, required — When the exclusion was created.
  - `updated_at` string, date-time, required — When the exclusion last changed.

---

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