Misc Domain API
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
domainstringRequiredExample:
Find MX records for domain
gmail.comtimeoutnumberOptionalDefault:
Request wait time (in milliseconds), Maximum allowed wait time should not exceed 110000 milliseconds
90000Example: 90000Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
402
Payment Required
application/json
503
Service Unavailable
524
Timeout Occurred
application/json
post
/domain/resolve/mxAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
domainstringRequiredExample:
Find Whois record for domain
apple.comtimeoutnumberOptionalDefault:
Request wait time (in milliseconds), Maximum allowed wait time should not exceed 110000 milliseconds
90000Example: 90000Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
402
Payment Required
application/json
503
Service Unavailable
524
Timeout Occurred
application/json
post
/domain/resolve/whoisLast updated
Was this helpful?

