Create Exclusion List Endpoint
curl --request POST \
--url https://api.sixtyfour.ai/search/exclusion-lists \
--header 'Content-Type: application/json' \
--data '
{
"source": {
"type": "<string>",
"resource_handle_id": "<string>",
"id_column": "<string>"
},
"name": "<string>",
"entity_type": "person"
}
'{
"id": "<string>",
"status": "<string>"
}Search
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.
POST
/
search
/
exclusion-lists
Create Exclusion List Endpoint
curl --request POST \
--url https://api.sixtyfour.ai/search/exclusion-lists \
--header 'Content-Type: application/json' \
--data '
{
"source": {
"type": "<string>",
"resource_handle_id": "<string>",
"id_column": "<string>"
},
"name": "<string>",
"entity_type": "person"
}
'{
"id": "<string>",
"status": "<string>"
}Headers
Body
application/json
Build the list from an uploaded CSV (see POST /storage/csv/upload).
- ResourceHandleSource
- InlineEntityIdsSource
- SearchIdSource
Show child attributes
Show child attributes
Required unless source.type is 'search_id' (defaults to a date-stamped name).
Required string length:
1 - 120Available options:
person, company Was this page helpful?
⌘I