Skip to main content
GET
/
api
/
enrichment
/
{id}
cURL
curl --request GET \
  --url https://client-api.salesfinity.co/api/enrichment/{id} \
  --header 'x-api-key: <api-key>'
{}
Retrieves the status and results of a contact enrichment job.

Path Parameters

  • id (required, string): Enrichment job ID (MongoDB ObjectId)

Response

Returns the enrichment job with its current status and any enriched data. The response includes enriched contact information when available:
  • Name and job title
  • Company information
  • Contact details (email, phone)
  • LinkedIn profile data
  • Employment history

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Enrichment job ID

Response

200 - application/json

Enrichment job retrieved successfully

The response is of type object.