> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open.cx/llms.txt
> Use this file to discover all available pages before exploring further.

# Blocklist

> The Blocklist API lets you manage blocked contacts and blocked email domains. Blocked contacts and domains are ignored by the AI — their messages receive no automated response.

The Blocklist API lets you manage blocked contacts and blocked email domains. Blocked contacts and domains are ignored by the AI — their messages receive no automated response.

## Blocked Contacts

Block individual contacts by email. Useful for stopping the AI from responding to abusive users, spam accounts, or internal test contacts.

## Blocked Domains

Block entire email domains (e.g. "spam.com"). All contacts with emails on blocked domains will be ignored by the AI. Supports blocking multiple domains at once.

## Available Endpoints

<CardGroup>
  <Card title="List Blocked Contacts" icon="list" href="/api-reference/blocklist/list_contacts">
    List all blocked contacts
  </Card>

  <Card title="Block Contact" icon="user-slash" href="/api-reference/blocklist/block_contact">
    Block a contact by email
  </Card>

  <Card title="Check Contact" icon="magnifying-glass" href="/api-reference/blocklist/check_contact">
    Check if a contact is blocked
  </Card>

  <Card title="Unblock Contact" icon="user-check" href="/api-reference/blocklist/unblock_contact">
    Remove a contact from the blocklist
  </Card>

  <Card title="List Blocked Domains" icon="list" href="/api-reference/blocklist/list_domains">
    List all blocked domains
  </Card>

  <Card title="Block Domains" icon="globe" href="/api-reference/blocklist/block_domains">
    Block one or more email domains
  </Card>

  <Card title="Check Domain" icon="magnifying-glass" href="/api-reference/blocklist/check_domain">
    Check if a domain or email is blocked
  </Card>

  <Card title="Unblock Domain" icon="globe" href="/api-reference/blocklist/unblock_domain">
    Remove a domain from the blocklist
  </Card>
</CardGroup>
