POST
/
enrichments
/
emails
curl --request POST \
  --url https://exact.ws/enrichments/emails \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "domain_name": "<string>"
}'
{
  "status": "COMPLETED",
  "data": {
    "emails": []
  }
}

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.