Go back
Prospeo

Prospeo

v1 · 6 endpoints

Prospeo (6)

API Explorer

— credits
ColdIQ
APIs→Prospeo
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
POSThttps://api.coldiq.com/v1/prospeo/enrich-person

Enrich a person record using a LinkedIn URL, email, name + company, or internal person ID. Returns contact details, job …

Authentication

No API key — create one in the dashboard

Body

JSON Editor
only_verified_email·enrich_mobile·only_verified_mobile
import requests

url = "https://api.coldiq.com/v1/prospeo/enrich-person"

headers = {
    "Authorization": "Bearer ",
    "Content-Type": "application/json"
}

response = requests.post(url, headers=headers)
print(response.json())