Skip to main content
GET
/
api
/
v1
/
buckets
List buckets
curl --request GET \
  --url https://api.example.com/api/v1/buckets \
  --header 'Authorization: <api-key>'
{
  "buckets": [
    {
      "bucket_id": "<string>",
      "created_at": "<string>",
      "is_public": true,
      "name": "<string>",
      "required_scopes": "<string>"
    }
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Response

OK

buckets
object[]
count
integer