curl --location --request POST 'https://api.flashcat.cloud/webhook/history/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_id": 0,
"limit": 0,
"start_time": 0,
"end_time": 0,
"search_after_ctx": 0,
"asc": true,
"orderby": "event_time",
"ref_id": "string",
"event_types": [
"i_new"
],
"status": "success"
}'{
"request_id": "string",
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"channel_id": 0,
"integration_id": "string",
"event_id": "string",
"event_type": "string",
"ref_id": "string",
"attempt": 0,
"endpoint": "string",
"request_headers": "string",
"request_body": "string",
"duration": 0,
"status": "success",
"status_code": 0,
"error_message": "string",
"response_headers": "string",
"response_body": "string",
"event_time": "string"
}
],
"search_after_ctx": "string"
}
}