Sending an API Request
Getting started with your first API request to Email Warrant
We have worked to make the Email Warrant API as simple and straightforward as possible. You could be sending your first API request in a matter of minutes.
Verify a Domain
GET
https://api.emailwarrant.com/v1/verify.php?/domain=<domain>&userID=<userID>&apiKey=<apiKey>
Query Parameters
Name
Type
Description
domain
string
The is the domain you want us to verify.
userID
string
This is your unique id and can be found on your account page.
apiKey
string
An API Key is kind of like a password, and so you should keep this private. Your API key can be found on your account page.
Last updated
Was this helpful?