Skip to main content
GET
/
contacts
/
{id}
Get single contact enrichment result
curl --request GET \
  --url https://app.prontohq.com/api/v2/contacts/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "enrichment_id": "123e4567-e89b-12d3-a456-426614174000",
  "first_name": "Mathieu",
  "last_name": "Brun-Picard",
  "status": "finished",
  "email": "mathieu@prontohq.com",
  "email_status": "deliverable",
  "personal_email": "mathieu.bp@gmail.com",
  "personal_email_status": "valid",
  "phone": [
    "+12015550123"
  ],
  "custom": {
    "hubspot_id": "4447901"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.prontohq.com/llms.txt

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

Authorizations

X-API-KEY
string
header
required

Your API key

Path Parameters

id
string<uuid>
required

The ID of the enrichment request to retrieve

Response

Enrichment result retrieved successfully

enrichment_id
string<uuid>

The ID of the enrichment request

first_name
string

The contact's first name

last_name
string

The contact's last name

status
enum<string>

The status of the enrichment request. pending while the waterfall is still running, finished once all requested enrichments have completed (regardless of whether data was found).

Available options:
finished,
pending
email
string<email>

The enriched professional email address (present if enrichment_type included email)

email_status
string

The validation status of the professional email (e.g. deliverable, catch-all, N/A)

personal_email
string<email>

The enriched personal email address (present if enrichment_type included personal_email)

personal_email_status
string

The validation status of the personal email (e.g. valid, invalid, catch-all, N/A)

phone
string[]

Array of enriched phone numbers (empty array when none found)

Phone number in E.164 format

custom
object

Custom fields passed in the request