Objects within a bucket include all file types, documents, images, and any other data stored in the specified container. Each object includes metadata such as size, modification date, and access permissions.
Authentication
This endpoint requires Bearer Token authentication. Include your API token in the Authorization header.Bearer token for API authentication. Format:
Bearer YOUR_API_TOKEN
URL Parameters
The base URL of the document storage service where buckets are managed.Example:
https://document-service.your-domain.com
Path segment indicating this is an internal API call within the document service. This distinguishes internal system operations from external public APIs.
Path segment specifying that this endpoint operates on storage resources. This groups all storage-related operations under a common path.
Path segment identifying the storage resource type. This indicates operations on bucket-level resources.
The unique identifier for the target storage bucket. This should match exactly with an existing bucket name from your organization.Example:
qualitance-dev-paperflow-1416
Headers
Cache control directive. Use
no-cache
to ensure fresh object listings, especially after recent uploads or deletions.Content type that the client can accept. Supports
*/*
for all types.Acceptable encoding methods for response compression. Supports
gzip, deflate, br
.