cURL
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": [] } }
Obtém o status de um workflow de busca de contatos.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request fulfilled, document follows
The response is of type object.
object