{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"sub_partner_id": "",
"request_id": "b2DCFbAb-212E-Cc5d-2B99-c5f260c1",
"timestamp": "2025-04-07 13:57:06",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"webhook_type": 1,
"webhook_url": "https://random1744005426.com",
"webhook_desc": "this is desc"
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!
Response
Name
Type
Description
webhook_id
long
Webhook ID
{
"code": "10000",
"msg": "Success",
"total": 1,
"random_key": "<random key used for decryption>",
"sign_type": "RSA",
"app_id": "00000000000000000",
"data": {
"webhook_id": 3
}
}
// The data in this example has already been decrypted.