API reference
List buckets
The Documents Plugin provides the following REST API endpoints for interacting with the stored files.
GET
documentURL
/
internal
/
storage
/
buckets
This endpoint returns a list of available buckets.
documentURL
string
The base URL of the document.
internal
string
A segment of the path that specifies it is an internal call.
storage
string
A segment of the path referring to storage resources.
buckets
string
The particular resource in the storage being accessed.
Was this page helpful?