Storage buckets are logical containers that organize and group related files. Each bucket has unique permissions and configuration settings.
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 specific storage resource type being accessed. This endpoint targets bucket-level operations for listing available storage containers.
Headers
Cache control directive. Use
no-cache
to ensure fresh bucket data.Content type that the client can accept. Supports
*/*
for all types.Acceptable encoding methods for response compression. Supports
gzip, deflate, br
.