Download File

POST {{cb_url}}/ubs/v1/orgs/{{cb_org_key}}/file/_download

This API provides a means to download files. The files are able to be downloaded via AWS S3 pre-signed URLs. The URLs enables the client to perform a GET on the provided URLs and download the files. The links will automatically expire after one hour, unless a different expiration time is requested.

CAUTION - Anyone who has these links will be able to download the files until the requested expiration time (default one hour after the request). Ensure that care is taken when utilizing this API.

RBAC Permissions Required

Permission (.notation name)Operation(s)
Ubs.org.fileREAD

See the Documentation

Request Body

{"sha256"=>["{{sha256}}"], "expiration_seconds"=>300}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring