Productsup
CDE APIApi referenceBuckets

Get file.

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

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Path Parameters

bucketId*string
Formatuuid
key*string
Formatstring

Response Body

application/json

application/json

application/json

curl -X GET "https://cde.staging.productsup.com/buckets/497f6eca-6276-4993-bfeb-53cbbbba6f08/files/string"
Empty
{
  "message": "You have to be authorized to access this resource."
}
{
  "message": "Access denied for user."
}
{
  "message": "Bucket not found."
}

How is this guide?