Query parameters
-
store_name string
The store name in nomad system
GET /stores/
curl \
-X GET https://nomad.samarkand-global.cn/envoy/stores/ \
-H "x-ca-key: $API_KEY"
Response example (200)
{
"code": 42,
"message": "string",
"data": [],
"total": 42
}
Response example (500)
{
"code": 42,
"message": "string",
"data": [],
"total": 42
}