Skip to main content
GET
/
api
/
v1
/
buckets
List all Buckets
curl --request GET \
  --url https://storage-service.iran.liara.ir/api/v1/buckets \
  --header 'Authorization: <api-key>'
{
  "status": "<string>",
  "buckets": [
    {
      "id": "<string>",
      "name": "<string>",
      "plan": "<string>",
      "status": "<string>",
      "permission": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Response

successful operation

status
string
buckets
object[]