Misc Domain API

The Misc Domain API provides helper endpoints to resolve MX and Whois records for any domain, so you can quickly check where email for a domain is hosted, validate domain ownership, and enrich leads or accounts with reliable domain metadata inside your workflows

Find MX

post

Convenience API to find and return the MX records for domain in higher priority order

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
domainstringRequired

Find MX records for domain

Example: gmail.com
timeoutnumberOptional

Request wait time (in milliseconds), Maximum allowed wait time should not exceed 110000 milliseconds

Default: 90000Example: 90000
Responses
chevron-right
200

OK

application/json
post
/domain/resolve/mx

Find Whois

post

Convenience API to find and return the Whois record for domain in JSON format

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
domainstringRequired

Find Whois record for domain

Example: apple.com
timeoutnumberOptional

Request wait time (in milliseconds), Maximum allowed wait time should not exceed 110000 milliseconds

Default: 90000Example: 90000
Responses
chevron-right
200

OK

application/json
post
/domain/resolve/whois

Last updated

Was this helpful?