Downloads the finished zip of bill images for a completed bulk download
Use this endpoint once GET /api/v202607/bill/billImage/download/{token}/status reports State “complete”.
The staged images are removed from the file store after the zip is streamed, so the zip can only be downloaded once.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Path Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| token | The token returned when the download was queued | string (uuid) | Required |
Responses
200
OK
The request succeeded and the response body contains the requested data.
404
Not Found
The requested resource was not found. Verify the ID or path is correct.