v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBSuperSearchEnrichment
Run enrichment for resource
Run all enrichments associated with a resource for a list of leads or for all the leads that haven't been enriched yet
post/api/v2/supersearch-enrichment/run
Request body
Example request
{
"resource_id": "123e4567-e89b-12d3-a456-426614174000",
"lead_ids": [
"123e4567-e89b-12d3-a456-426614174000"
],
"limit": 10,
"column_name": "email_subject",
"starting_row": 1,
"count": 10,
"filters": [
{
"column_name": "companyName",
"type": 1,
"value": [
"Acme"
]
}
]
}Response
Default Response
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"resource_id": "123e4567-e89b-12d3-a456-426614174000"
}