Skip to main content
GET
/
api
/
v1
/
keys
Get List of Keys
curl --request GET \
  --url https://storage-service.iran.liara.ir/api/v1/keys \
  --header 'Authorization: <api-key>'
{
  "status": "<string>",
  "keys": [
    {
      "id": "<string>",
      "buckets": [
        {
          "id": "<string>",
          "name": "<string>",
          "plan": "<string>",
          "status": "<string>",
          "permission": "<string>",
          "createdAt": "<string>",
          "updatedAt": "<string>"
        }
      ],
      "status": "<string>",
      "accessKey": "<string>",
      "description": "<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
keys
object[]