Overview
Returns a list of registered webhook endpoints.
Set Request Header Group
- Header
cURL -X POST /open-api/v1/webhooks
'Content-Type:application/json',
'Authorization:${open_api_token}'
Query Details
View the complete request parameters.
- Resquest
-d '{
"cursor": "",
"limit": 1,
"webhook_name": "",
"webhook_url": "",
"ascending": "",
}'
Query Results
- Responses
{
"code": "200",
"msg": "SUCCESS",
"trace_id": "f1ba3f40060b4dbb8d3cbee8286de37b",
"data": {
"data": [
{
"webhook_id": 39,
"webhook_name": "webhowebhowebhowebho",
"webhook_url": "www.baidu.com",
"sign_secret": "RA3hzl05PQpZW86tr1NyG9yE60cAkMGlL0kEahPHCKKSXGyuoFpurzrEB8DNfipD",
"creator_id": 246011,
"creator_name": "246011",
"create_time": 1750758635000,
"operator_id": 246011,
"operator_name": "246011",
"operate_time": 1750758635000
},
]
}
}
- View the complete response parameters.