GET
/
emails
/
domains
/
{domain_name}
curl --request GET \
  --url https://exact.ws/emails/domains/{domain_name} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "mx_record": null,
  "is_smtp_enabled": true,
  "is_catch_all": true,
  "is_free": true,
  "is_disposable": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

domain_name
string
required

O domínio que deseja validar

Response

200
application/json
Request fulfilled, document follows

The response is of type object.