v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBSuperSearchEnrichment
Get enrichment for resource
Get the enrichment for a specific resource
get/api/v2/supersearch-enrichment/{resource_id}
Path parameters
resource_idstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
The ID of the list or campaign to retrieve the enrichment.
Response
Default Response
Example response
{
"resource_id": "01234567-89ab-cdef-0123-456789abcdef",
"exists": true,
"enrichment_payload": {
"work_email_enrichment": true,
"fully_enriched_profile": true,
"joblisting": true,
"technologies": true,
"news": true,
"funding": true,
"engagement_score": true,
"custom_flow": [
"leadmagic",
"prospeo",
"hunter"
],
"limit": 10,
"autofill": true
}
}