POST
/
enrichments
/
company
curl --request POST \
  --url https://exact.ws/enrichments/company \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'
{
  "status": "COMPLETED",
  "data": {
    "last_updated_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "company_name": "<string>",
    "trade_name": null,
    "about": null,
    "started_at": "2023-12-25",
    "main_activity": "<string>",
    "secondary_activities": [],
    "size": "UNKNOWN",
    "street": null,
    "street_type": null,
    "number": null,
    "district": null,
    "city": null,
    "state": null,
    "zipcode": null,
    "domain_name": null,
    "site": null,
    "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.

Body

application/json

Response

200
application/json
Request fulfilled, document follows

The response is of type object.