SnapValid uses API keys to allow access to our email validation API. To get an API key log into your SnapValid account and navigate to dashboard API page, where you'll find your API key.
The API key used for the our email validation API will look like the following:
Authenticate your requests by including this API key as the apikey parameter in the request's query string.
Example:
curl -X GET 'https://app.snapvalid.com/api/v1/verify?apikey=your_api_key&email=[[email protected]](<)'>
🚧
You must replace your_api_key with your actual API key.