Skip to main content
POST
/
api
/
v2
/
lookups
/
enrich-email
Lookup: enrich email for an X handle
curl --request POST \
  --url https://api.example.com/api/v2/lookups/enrich-email
Email-only enrichment. Sibling of /lookups/enrich when you only want an email address (skips the LinkedIn SERP work).

Body

FieldTypeDescription
x_handlestringExactly one of x_handle or x_profile_id
x_profile_idstringExactly one of x_handle or x_profile_id
modeenum"verified" or "any". Default "any".

Response

{
  "enrichment_request_id": 999,
  "status": "complete",
  "credit_consumed": true,
  "credits_remaining": 47,
  "email": { "value": "alice@acme.com", "status": "verified", "provider": "prospeo" }
}

Errors

CodeHTTPWhen
missing_identifier400
ambiguous_identifier400
x_handle_not_found404
credits_exhausted429
profile_fetch_failed503

Auth

Bearer API key.