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>"
}
}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>"
}
}此页面对您有帮助吗?