---
title: "Create a new exclusion list"
method: POST
path: "/api/intellimatch/exclusion-lists"
tags: ["Exclusion Lists"]
---

# Create a new exclusion list

`POST /api/intellimatch/exclusion-lists`

Creates a new exclusion list for the authenticated user.

Optionally share the list with the user's current team.

## Request body

- object
  - `name` string, required — The name of the list (must be unique per user).
  - `is_shared` boolean — Whether to share the list with the current team.

## Response `200`

Ok

- object
  - `id` integer
  - `name` string
  - `is_shared` boolean
  - `is_owner` boolean

## Other responses

- `401` — Unauthenticated
- `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)
