cURL
curl --request POST \ --url https://exact.ws/enrichments/enrichments/contacts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "webhook_url": "<string>", "company_name": "<string>", "company_id": "<string>", "contact_name": "<string>", "keywords": [] }'
{ "id": "<string>", "status": "COMPLETED", "data": { "contacts": [] } }
Busca contatos com base no nome de uma empresa.
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