Skip to main content
GET
/
api
/
buckets
/
{id}
{
  "id": 123,
  "name": "<string>"
}
Users can view data for a specific bucket by specifying the id of the bucket.

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