Skip to main content
GET
/
api
/
buckets
/
{id}
Retrieve a specific bucket
curl --request GET \
  --url https://api.example.com/api/buckets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this bucket.

Response

200 - application/json

Bucket retrieved successfully.

Bucket information

id
integer

Bucket ID

name
string

Bucket name