
Hunter is a public API providing api for domain search, professional email finder, author finder and email verifier.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://hunter.io/api | Primary API endpoint. |
curl -X GET "https://hunter.io/api" \ -H "Accept: application/json"