Skip to main content
POST
/
reverse-email-async
Reverse Email Lookup (Async)
curl --request POST \
  --url https://api.sixtyfour.ai/reverse-email-async \
  --header 'Content-Type: application/json' \
  --data '
{
  "lead": {},
  "providers": [
    "<string>"
  ],
  "webhook_url": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sixtyfour.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string | null

Body

application/json
lead
Lead · object
required

Single lead with at least an email field to reverse-lookup.

providers
string[] | null

Override the default provider waterfall by listing provider IDs in priority order.

webhook_url
string<uri> | null

HTTPS URL that receives the result payload when the async job completes.

Required string length: 1 - 2083

Response

Successful Response