Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

ListBuckets

GET 
/

List all Buckets.

Responses

200: Success

Request samples


curl -L 'https://telnyxcloudstorage.com/' \
-H 'Accept: text/xml' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


<Buckets>
<Name>string</Name>
<CreationDate>2024-07-26T07:46:07.678Z</CreationDate>
</Buckets>