cURL
curl --request GET \ --url https://api.example.com/object-storage/bucket/list \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "buckets": [ "<string>" ] }
List the buckets visible to the caller’s organization object storage credentials.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for listing object-storage buckets.
TSV-formatted bucket list for CLI output
Bucket names visible to the organization
Was this page helpful?