contact_ids or a list_id to target an entire list. The job runs in the background; poll the status endpoint to check progress.X-Api-Key: ********************{
"data": {
"type": "find_contact_data_job",
"attributes": {
"contact_ids": [
"1515122",
"90571874"
]
}
}
}curl --location 'https://api.leadfeeder.com/v1/contacts/find-contact-data-jobs?account_id=123456' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"type": "find_contact_data_job",
"attributes": {
"contact_ids": [
"1515122",
"90571874"
]
}
}
}'{
"data": {
"type": "find_contact_data_job",
"id": "job_550e8400",
"attributes": {
"status": "running",
"created_at": "2026-03-10T12:00:00Z"
}
},
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}