A brief overview of the API and how to use them correctly.
Making Requests to the validTo API
When making requests to the validTo API, ensure all requests are made over HTTPS. Each call must include your API key, specified with the apikey parameter, which you obtained earlier. If a request body is required, format it as JSON.
Below are examples of API requests for each authentication scheme.
curl -X GET 'https://api.validto.com/v1/verify?apikey=your_api_key&email=email_to_be_checked'
You can easily make your first API call with validTo by copying and pasting the URL into your browser, adding your API key, and pressing enter.
Important Note:
Always use HTTPS for all validTo API requests. Requests made over HTTP can cause errors and pose security risks.
API Endpoints
To verify single email address, use the Single Validation API
To verify bulk email lists, use the Bulk validation API
To get your verification credits, use the Get credit balance