The Intelligent Verification API offers a seamless integration process for software solutions. It facilitates both individual email verifications and batch job uploads containing multiple records.
Prerequisites:
- API Key: Before integrating, ensure you have the API key associated with your Intelligent Verification account. This key:
- Authenticates your requests to our API.
- Manages your usage based on account credits.
Integration Steps:
-
Decide on the Environment: Intelligent Verification provides different environments for your needs. The URL endpoint format for these environments is:
arduinohttps://<environment>.lastbounce.com/
Replace
<environment>
with one of the following:dev-api
for the Development environment.sqa-api
for the SQA environment.api
for the Production environment. This is the default setting.
-
Initiate the API Call: Using the correct environment URL, initiate the API call. Make sure to include your API key in the header or as required by the Intelligent Verification API documentation for proper authentication.
-
Process the Response: Depending on the type of request (individual or batch verification), interpret the API response to check the verification status or any other pertinent information.
Comments
0 comments
Article is closed for comments.