GET
/
enrichments
/
contacts
/
{workflow_id}
curl --request GET \
  --url https://exact.ws/enrichments/enrichments/contacts/{workflow_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "status": "COMPLETED",
  "data": {
    "last_updated_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "company_name": "<string>",
    "trade_name": "<string>",
    "nick_name": "<string>",
    "about": "<string>",
    "started_at": "2023-12-25",
    "main_activity": "<string>",
    "secondary_activities": [],
    "size": "UNKNOWN",
    "street": "<string>",
    "street_type": "<string>",
    "number": "<string>",
    "district": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zipcode": "<string>",
    "domain_name": "<string>",
    "site": "<string>",
    "phones": [],
    "emails": [],
    "share_capital": 0,
    "active": true,
    "headquarters": true,
    "simples": false,
    "mei": false,
    "profiles": [],
    "domains": [],
    "partners": []
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string
required

Response

200
application/json

Request fulfilled, document follows

The response is of type object.