Bouncify uses API keys to allow access to our email validation API. To get an API key log into your Bouncify account and navigate to API page, where you'll find your API key.

The API key used for the our email validation API will look like the following:

857

📘

API Key

Authenticate your requests by including this API key as the apikey parameter in the request's query string.

Example:

curl -X GET 'https://api.bouncify.io/v1/verify?apikey=your_api_key&[email protected]'

🚧

You must replace your_api_key with your actual API key.