Skip to main content

Authentication

x-api-key
string
required
Your API key

Body

email
string
required
The email address to search. Must be a valid email.Example: [email protected]
custom
any
Custom data to associate with this search. Will be returned in the webhook if configured.
settings
object
Optional search configuration.
curl -X POST https://api.reverselooker.com/reverse-contact/single \
  -H "Content-Type: application/json" \
  -H "x-api-key: your_api_key" \
  -d '{
    "email": "[email protected]"
  }'
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "credits_used": 50,
  "message": "Reverse contact search operating"
}

Response

id
string
required
Unique search identifier. Use it with GET /reverse-contact/single to retrieve the result.
credits_used
number
required
Number of credits consumed (always 50 for a single search).
message
string
required
Confirmation message.

Next step

Retrieve the result

Use the returned ID to get the LinkedIn profile found.