Skip to main content
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.

Endpoints

MethodEndpointDescription
POST/api/v2/block-lists-entriesCreate block list entry
GET/api/v2/block-lists-entriesList 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-entriesDelete all block list entries
POST/api/v2/block-lists-entries/bulk-createBulk create block list entry
POST/api/v2/block-lists-entries/bulk-deleteBulk delete block list entry
GET/api/v2/block-lists-entries/downloadDownload all block list entries as CSV