Manage blocked emails and domains to prevent outreach to specific addresses. These endpoints allow you to create, list, retrieve, update, and delete individual block list entries, perform bulk create and delete operations, and download all entries as a CSV file.Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Related schemas
- Block List Entry — field reference for block list entry objects
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v2/block-lists-entries | Create block list entry |
| GET | /api/v2/block-lists-entries | List block list entry |
| GET | /api/v2/block-lists-entries/{id} | Get block list entry |
| PATCH | /api/v2/block-lists-entries/{id} | Patch block list entry |
| DELETE | /api/v2/block-lists-entries/{id} | Delete block list entry |
| DELETE | /api/v2/block-lists-entries | Delete all block list entries |
| POST | /api/v2/block-lists-entries/bulk-create | Bulk create block list entry |
| POST | /api/v2/block-lists-entries/bulk-delete | Bulk delete block list entry |
| GET | /api/v2/block-lists-entries/download | Download all block list entries as CSV |