ZeroBounce Logo

Docs

Language Icon
  • Sign In
  • Sign Up Free

Languages

ZeroBounce ImageGetting Started
ZeroBounce ImageEmail List Validation
ZeroBounce ImageA.I. Email Scoring
ZeroBounce ImageEmail Finder
ZeroBounce ImageDomain Search
ZeroBounce ImageActivity Data
ZeroBounce ImageMulti-file upload
ZeroBounce ImageIntegrations
ZeroBounce ImageUsage Reports
ZeroBounce ImageYour ZeroBounce Account
ZeroBounce ImageEmail Validation API
ZeroBounce ImageEmail Finder API
ZeroBounce ImageDomain Search API
ZeroBounce ImageBulk Domain Search API
ZeroBounce ImageDomain Search - Send File
ZeroBounce ImageDomain Search - File Status
ZeroBounce ImageDomain Search - Get File
ZeroBounce ImageDomain Search - Delete File
ZeroBounce ImageA.I. Scoring API
ZeroBounce ImageSend File
ZeroBounce ImageFile Status
ZeroBounce ImageSuccess / Fail Response
ZeroBounce ImageGet File
ZeroBounce ImageDelete File
ZeroBounce ImageSingle email scoring
ZeroBounce ImageActivity Data API
ZeroBounce ImageList Evaluator API
ZeroBounce ImageApi Dashboard
ZeroBounce ImageAPI Wrappers
ZeroBounce ImageAPI Migration
ZeroBounce ImageFAQ
ZeroBounce ImageSecuring Your Account
ZeroBounce ImageAbout ZeroBounce
ZeroBounce ImageDeliverability Tools
ZeroBounce ImageStatus Page
  • Email Validation Homepage
  • Separator
  • Docs
  • Separator
  • A.I. Scoring API
  • Separator
  • File Status
  • Separator
  • Success / Fail Response
File Status

ENDPOINT RESPONSE

Below we provide examples of both successful and unsuccessful responses for using the filestatus API.

This is an example of a successful response:


    {
        "success": true,
        "file_id": "aaaaaaaa-zzzz-xxxx-yyyy-5003727fffff",
        "file_name": "Your file name.csv",
        "upload_date": "2023-04-28T15:25:41Z",
        "file_status": "Complete",
        "complete_percentage": "100%",
        "return_url": "Your return URL if provided when calling sendfile API"
    }
    

This is an example of an error response:


    {
        "success": false,
        "message": "Error messages"
    }
    

Using the email scoringⓘ API to further validate catch-all emailsⓘ allows you to automate this process and save time. ZeroBounce will use one credit for every email address the scoring system processes.

Need more help regarding your email scoringⓘ API file status? Please reach out to our customer support team – we’re always available to answer and questions and guide you.