cURL
curl --request POST \ --url https://exact.ws/enrichments/validate-emails \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ "<string>" ], "webhook_url": "<string>" } '
{ "id": "<string>", "data": { "emails": [ { "address": "<string>", "reason": "<string>", "status": "deliverable", "issues": [] } ] }, "status": "COMPLETED" }
Valida uma lista de emails.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A lista de emails para validação
1 - 50000
Request fulfilled, document follows
Resultado da execução do workflow
Show child attributes
Situação do workflow (completo)
"COMPLETED"