Skip to main content
GET
/
v1.1
/
domain
Verify 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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usebouncer.com/llms.txt

Use this file to discover all available pages before exploring further.

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
header
required

Query Parameters

domain
string
required

Response

OK

The response is of type object.