Sending an API Request
Getting started with your first API request to Email Warrant
Verify a Domain
Query Parameters
Name
Type
Description
// If the domain is verified you will be sent the following back:
{
"status":"success",
"result":{
"domain":"verified",
"type":"student",
"usage":{
"remainingCalls":45,
"usedCalls":5,
"totalCalls":50,
"renewalDate":"May 22 2029"
}
}
}
// If the domain is NOT verified you will be sent the following back:
{
"status":"success",
"result":{
"domain":"rejected",
"type":"unknown",
"usage":{
"remainingCalls":45,
"usedCalls":5,
"totalCalls":50,
"renewalDate":"May 22 2029"
}
}
}Last updated
Was this helpful?