Here's how to set up the HTTP API integration for Million Verifier: 1. First, get your API key from Million Verifier.
2. In Clay, set up a new HTTP API integration with these settings:
• Method: GET
• Endpoint: Use the appropriate endpoint from Million Verifier's API documentation
• Query String: Add a parameter for the email you want to verify, mapped to your email column in your Clay table
• Headers: Add an Authorization header with the value Bearer YOUR_API_KEY (replace with your actual API key)
3. Optional settings you can configure:
• Toggle "Remove empty fields" to prevent sending blank values
• Define specific field paths if you only need certain data from the response
• Set up auto-update if you want the column to update whenever new rows are addedMake sure to test the integration with a few sample emails before running it on your full dataset.
Sources:Guide: Integrate with Catch-all Verifier using HTTP APIHTTP API integration overview | Documentation | Clay University