Download Object
For full endpoints details, please refer to the Swagger documentation.
Download an Object
Use the GET /objects/{key} endpoint to download an object given its key.
Optionally, you can add StartByte and/or EndByte to the query to download a specific range of the object. If EndByte exceeds the object size (Content-length) it will fetch until the end of the object.
Acknowledge an Object as Downloaded
Use the PUT /objects/{key}/downloaded endpoint to mark the object as downloaded.
You must specify which receiver to acknowledge the download for, given that your system may be authorized for more than one receiver.
You should call this endpoint after downloading an object and verifying it is stored in your own system.