v1

latestOpenAPI 3.1.02026-07-26103879.6 KB

Reverse Contact Lookup In Bulk

post/contact/reverse/email/bulk

Request body

namestring required

A readable name for this reverse lookup (visible in your dashboard)

webhook_urlstring

URL that will receive a POST request when the entire reverse lookup is finished (all emails processed).

Example request

{
  "name": "Reverse Lookup Batch 1",
  "webhook_url": "https://example.com/webhook",
  "webhook_events": {
    "contact_finished": "https://example.com/webhook/contact"
  },
  "data": [
    {
      "email": "john.snow@example.com",
      "custom": {
        "user_id": "12584"
      }
    }
  ]
}

Response

OK

enrichment_idstring uuid

Example response

{
  "enrichment_id": "2db5ea61-1752-42cf-8ea1-ab1da060cd0a"
}