Have you used our email scoring API and would like to get your results?
The scoring getfile API allows you to get your email scoring results for the file you submitted using scoring sendfile API. Please refer to the C# example for details.
GET /V2/SCORING/GETFILE
API URL: https://bulkapi.zerobounce.in/v2/scoring/getfile
URL Parameters
- ParameterRequired / OptionalDescription
- api_keyRequiredYour API Key, found in your account
- file_idRequiredThe returned file ID when calling scoring sendfile API
GET FILE CODE SAMPLES
ENDPOINT RESPONSE
Below we provide examples of both successful and unsuccessful responses for using the getfile API.
This is an example of a successful response:
//N/A
The scoring getfile API returns the scoring results file. The returned content type is "application/octet-stream". You can get the file name from response.Content.Headers.ContentDisposition.FileName. If you are calling the API directly from the browser, you can either save or open the results file from the browser.
This is an example of an error response:
{
"success": false,
"message": "Error messages"
}
The ZeroBounce Score system is one of the most efficient tools to determine the validity of catch-all email addresses. Most of our customers will get a certain number of “catch-all” statuses in their email validation results. These types of emails are impossible to validate the classic way. That’s why we developed ZeroBounce Score: to offer you an extra tool that provides further insights into the validity of your catch-all emails.
ZeroBounce Score allows you to determine which of the catch-all emails in your list are valid, so you can keep them while removing the rest.
If you have any questions about getting your ZeroBounce Score results, please drop us a line. Our Customer Support team is available 24/7 to guide you and answer all your questions.