跳到主要内容

概述

对已绑定事件的webhook端点进行解绑

设置请求头组

cURL -X POST /open-api/v1/webhooks/{webhook_id}/unsubscribe
'Content-Type:application/json',
'Authorization:${open_api_token}'

查询明细

查看完整的请求参数

-d '{
"event_type": "card.transaction",
}'

查询结果

{
"code": "200",
"msg": "操作成功",
"trace_id": "d5c314d0ad8247c7b99f32a10472a128",
"data": {
"webhook_id": 11,
"webhook_name": "webhook_name",
"webhook_url": "https://example.com",
"sign_secret": "Ujr0hOSlAkOpuIiHfRrd",
"creator_id": 246011,
"creator_name": "246011",
"create_time": 1750298755000,
"operator_id": 246011,
"operator_name": "246011",
"operate_time": 1750301630000,
"event_type": "card.load",
"event_description": "续额通知"
}
}