get
/v4/internal/key-value-stores
List all key-value store configs (BackOffice only)
Responses
200Response for status 200
Schema
object[]
idstringkeystringdescriptionstring | nullaccessModestringtypestringsizeLimitnumberpublicReadbooleanownerAddressstringcreatedAtstringupdatedAtstringExample
[
{
"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-storescurl -X GET "https://api.merkl.xyz/v4/internal/key-value-stores"