Skip to main content

Authentication

string
required
Your API key

Query Parameters

string
required
The search identifier returned by POST /reverse-contact/single.Example: 550e8400-e29b-41d4-a716-446655440000

Response

string
required
Unique search identifier.
string
required
The searched email.
string
required
Search creation date (ISO 8601 format).
string
required
Search status: ongoing, found, or not_found.
object
The LinkedIn profile found. null if qualification is not found.

Polling

The search may take a few seconds. Implement polling to check the status:
To avoid polling, configure a webhook when creating the search. You will be automatically notified when the search is complete.