v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBCommon Interface
Webhook call
This API provides a manual retry mechanism for webhook events that were not successfully delivered. Clients can call this endpoint to trigger a resend attempt for specified webhook records, ensuring reliable message delivery in cases where automatic delivery has failed.
post/open-api/v3/webhook/call
Request body
Example request
{
"accountId": "ca0a5c6d-ee96-4c44-82f1-dc306d325d8e"
}Response
OK
Example response
{
"code": "400001",
"message": "Invalid parameter"
}