A.I. Scoring API
SINGLE EMAIL SCORING - REAL-TIME (V2)
This feature enables customers to get a score for a single email address in real time.
- GET /V2/SCORING
API DEFAULT URL: https://api.zerobounce.net/v2/scoring
API U.S.A URL*: https://api-us.zerobounce.net/v2/scoring
API EU URL: https://api-eu.zerobounce.net/v2/scoring
Below is the list of the required parameters. Please format your data in this format before you proceed.
URL Parameters
- ParameterRequired/OptionalDescription
- api_keyRequiredYour API Key, found in your account
- emailRequiredThe email address that you want to retrieve Scoring data for
Below are examples of both successful and unsuccessful responses for using the scoring API.
This is an example of a successful response:
{
"email": "mark@gmail.com",
"score": 10
}
These are examples of unsuccessful responses:
{
"error": "Missing parameter: api_key",
}
{
"error": "Missing parameter: email",
}
{
"error": "Invalid API key or your account ran out of credits",
}
Error message for an invalid email syntax:
{
"error": "Please provide a valid email address",
}Need more help with the Email Scoringⓘ API? Please reach out to our customer support team – we’re always available 24/7 to answer any questions and guide you.