GET
/
v1.1
/
domain
curl --request GET \
  --url https://api.usebouncer.com/v1.1/domain \
  --header 'x-api-key: <api-key>'
{
  "domain": {
    "name": "usebouncer.com",
    "acceptAll": "no",
    "disposable": "no",
    "free": "no"
  },
  "dns": {
    "type": "MX",
    "record": "aspmx.l.google.com."
  },
  "provider": "google.com",
  "toxic": "unknown"
}

You can use Bouncer’s Domain Verification API to check domain information.

It can be usefull to verify is domain has valid MX records and if it behaves as a “catch all” domain.

One credit will be charged.

Rate Limiting

Domain Verification API is limited to 1000 requests per minute by default.

Authorizations

x-api-key
string
headerrequired

Query Parameters

domain
string
required

Response

200 - application/json

The response is of type object.