Version: 202506
Count webhooks
GET/openapi/2025-06/webhooks/count
Count webhooks with a unique identifier, notification URL, event name, and format.
Request
Query Parameters
address string
Webhook notification URL, e.g. https://example.com/webhook
topic string
The event name, e.g. orders/cancelled,orders/create
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
Count
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}