Version: 202607
Get app proxy count
GET/openapi/2026-07/app-proxies/count
Retrieves the total number of app proxy rules configured for the shop.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
The total number of app proxies in the shop
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}