get

/v4/internal/key-value-stores

List all key-value store configs (BackOffice only)

Responses

200
Response for status 200
Schema
object[]
idstring
keystring
descriptionstring | null
accessModestring
typestring
sizeLimitnumber
publicReadboolean
ownerAddressstring
createdAtstring
updatedAtstring
Example
[
  {
    "id": "string",
    "key": "string",
    "description": "string",
    "accessMode": "string",
    "type": "string",
    "sizeLimit": 0,
    "publicRead": false,
    "ownerAddress": "string",
    "createdAt": "string",
    "updatedAt": "string"
  }
]
get
https://api.merkl.xyz/v4/internal/key-value-stores
Merkl API
curl -X GET "https://api.merkl.xyz/v4/internal/key-value-stores"