跳转到主要内容
POST
/
webhook
/
history
/
detail
历史详情
curl --request POST \
  --url https://api.flashcat.cloud/webhook/history/detail \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "event_id": "<string>",
  "intergration_id": "<string>"
}
'
{
  "request_id": "<string>",
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "channel_id": 123,
    "integration_id": "<string>",
    "event_type": "<string>",
    "endpoint": "<string>",
    "request_headers": "<string>",
    "request_body": "<string>",
    "duration": 123,
    "status": "success",
    "status_code": 123,
    "event_id": "<string>",
    "webhook_type": "<string>",
    "ref_id": "<string>",
    "attempt": 123,
    "error_message": "<string>",
    "response_headers": "<string>",
    "response_body": "<string>",
    "event_time": "<string>",
    "ref_title": "<string>",
    "channel_name": "<string>"
  }
}

请求头

Content-Type
string
必填

请求体

application/json
event_id
string
必填

事件ID

intergration_id
string
必填

数据集成ID

响应

200 - application/json
request_id
string
必填
error
错误信息,仅出错时存在 · object

错误信息,仅失败时存在

data
object