Enrichment

Check Job Status

GET/v1/enrich/status/{requestId}
GET
/v1/enrich/status/{requestId}

Poll the status of an enrichment job (people or companies)

Authorization

x-api-key<token>

API key for Open API authentication

In: header

Path Parameters

requestIdstring

Responses

200
Enrichment job status
{
  "message": "Success",
  "payload": {
    "requestId": "64f1a2b3c4d5e6f7a8b9c0d1",
    "status": "in-progress",
    "totalRecords": 0,
    "processed": 0,
    "succeeded": 0,
    "failed": 0,
    "creditsCharged": 0
  }
}

Request

curl -X GET \
  "https://open-api.saleshandy.com/v1/enrich/status/{requestId}" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

No response body