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 NameRequiredTypeLengthDescription
webhookUrlYesstring256Webhook callback address

Request Example

{
  "webhookUrl": "https://your-domain.com/callback"
}

Return Parameter Description

Parameter NameTypeDescription
successbooleanSuccess flag
errorbooleanError flag
codelongReturn code
msgstringReturn message
traceIdstringtraceId
modelbooleanWhether the operation was successful

Return example

{
  "success": true,
  "error": false,
  "msg": "Success",
  "code": 0,
  "model": true,
  "traceId": "665597457bXXb37cb000187a035002030"
}


Did this page help you?