Productsup
CDE APIApi referenceBuckets

Get Bucket file list.

Sign in to run requests against the CDE API.
GET
/buckets/{bucketId}/files

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Path Parameters

bucketId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://cde.staging.productsup.com/buckets/497f6eca-6276-4993-bfeb-53cbbbba6f08/files"
{
  "message": "successful operation",
  "data": [
    {
      "key": "new-object"
    },
    {
      "key": "second-file.txt"
    }
  ]
}
{
  "message": "You have to be authorized to access this resource."
}
{
  "message": "Access denied for user."
}
{
  "message": "Bucket not found."
}

How is this guide?