---
title: "Add excluded domains"
method: POST
path: "/api/intellimatch/domains"
tags: ["Exclusion Lists"]
---

# Add excluded domains

`POST /api/intellimatch/domains`

Adds one or more domains to the user's exclusion list.
If list_id is provided, domains are added to that specific list.
For large batches (>50 domains), the first 50 are processed immediately
and the rest are queued for background processing.

## Request body

- object
  - `domains` string[], required — Array of domain names to exclude (max 10000).
  - `list_id` integer — Optional list ID to add domains to. If not provided, domains are added as global exclusions.

## Response `200`

Ok

- object
  - `success` boolean
  - `total` integer
  - `processed_immediately` integer
  - `queued` integer
  - `list_id` integer

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `422` — Validation failed

---

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