curl --location --request POST 'https://api.flashcat.cloud/webhook/history/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"p": 0,
"limit": 0,
"asc": true,
"orderby": "created_at",
"query": "string",
"event_type":"i_new",
"status":"success",
"start":1234567890,
"end":1234567890
}'{
"request_id": "string",
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"account_id": 0,
"channel_id": 0,
"request_id": "string",
"integration_id": "string",
"event_id": "string",
"webhook_type": "string",
"event_type": "string",
"alert_id": "string",
"incident_id": "string",
"endpoint": "string",
"request_headers": "string",
"request_body": "string",
"duration": 0,
"status": "string",
"status_code": 0,
"error_message": "string",
"response_headers": "string",
"response_body": "string",
"is_circuit_breaker_active": true,
"created_at": 0
}
],
"has_next_page": true,
"total": 0
}
}