v1
latestOpenAPI 3.1.0Proprietary2026-07-265759203.4 KBSearch
Create Exclusion List Endpoint
Create an exclusion list (asynchronous materialization).
Lists are immutable in v1: to change one, create a new list and delete the old. Up to 20 active lists per organization (40 for organizations with extended exclusion limits).
post/search/exclusion-lists
Headers
x-api-keystring nullable
Request body
Example request
{
"name": "Existing customers",
"source": {
"id_column": "linkedin_url",
"resource_handle_id": "8f14e45f-...",
"type": "resource_handle"
}
}Response
Successful Response