Prerequisites: You need an API Key. You can grab one from your BlitzAPI Dashboard.
Choose your client
BlitzAPI is a standard REST API, so you can use it with any language.We recommend using cURL to test quickly in your terminal, or Node.js/Python for building integration scripts.
Prepare the request
We will use the
/api/enrichment/email endpoint.Replace YOUR_API_KEY with your actual key.What just happened?
- Authentication: You passed your key via the
x-api-keyheader. - Live Signal: BlitzAPI queried the network in real-time.
- Verification: We validated the email deliverability before returning it.

