cURL
curl --request GET \ --url https://api.example.com/api/buckets/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>" }
Retrieve a specific bucket by its id
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this bucket.
Bucket retrieved successfully.
Bucket information
Bucket ID
Bucket name