POST
/
store
/
namespaces
List namespaces with optional match conditions.
curl --request POST \
  --url https://api.b-bot.space/v2/store/namespaces \
  --header 'Content-Type: application/json' \
  --data '{
  "prefix": [
    "<string>"
  ],
  "suffix": [
    "<string>"
  ],
  "max_depth": 123,
  "limit": 100,
  "offset": 0
}'
[
  [
    "<string>"
  ]
]

Body

application/json

Response

200
application/json

Success

The response is of type string[][].