cURL
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 }
Returns all buckets accessible to the authenticated user
Type "Bearer" followed by a space and JWT token.
OK
Show child attributes