Version: 202201
Webhook Count
GET/openapi/2022-01/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
Event name, e.g. orders/cancelled,orders/create
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
countinteger
Default value:
0Example:
5{
"count": 5
}
{
"count": 5
}