Query Webhook URL
Retrieve your current webhook configuration.
Request URI
POST /issuing/webhook/query-webhook-list
Request Body
Refer to : common
Biz_data :
Name
Type
Description
partner_id*
string
Partner ID
webhook_id
long
Webhook ID
if 'sub_partner_id' is empty,please input the value of 'partner_id'
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "0A0Cc523-E76D-A02b-dFAd-eA4fAa46",
"timestamp": "2025-04-07 13:57:07",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"sub_partner_id": 00000000000000000
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!Response
Name
Type
Description
webhook_id
long
webhook ID
webhook_type
integer
webhook type
webhook_url
string
webhook url
webhook_desc
string
webhook url
create_time
string
create time
Last updated
Was this helpful?