Setting the Webhook URL
Setting the Webhook URL
Brief Description
- Setting the Webhook URL
Request URL
open/api/card/setWebhook
Request Method
- POST
Parameters
| Parameter Name | Required | Type | Length | Description |
|---|---|---|---|---|
| webhookUrl | Yes | string | 256 | Webhook callback address |
Request Example
{
"webhookUrl": "https://your-domain.com/callback"
}Return Parameter Description
| Parameter Name | Type | Description |
|---|---|---|
| success | boolean | Success flag |
| error | boolean | Error flag |
| code | long | Return code |
| msg | string | Return message |
| traceId | string | traceId |
| model | boolean | Whether the operation was successful |
Return example
{
"success": true,
"error": false,
"msg": "Success",
"code": 0,
"model": true,
"traceId": "665597457bXXb37cb000187a035002030"
}Updated 3 days ago
Did this page help you?
