x-api-key: ********************
{
"source_system_id": "b0ddbc9c-12e7-d82c-0fe6-13e96bf1f28d",
"risk_incidents": [
{
"incident_type_code": "O01-0018",
"incident_type_name": "Threat/Warning",
"language_code_2": "en",
"risk_impact": 2,
"risk_summary": "Poster calls for action by ISIS-K targeting Amsterdam Dance Event, Amsterdam",
"risk_detail": "A poster depicting a gun being pointed with several locations of high-profile mass gatherings in Europe and the United States was circulated online.",
"country_code": "NLD",
"Incident_address": "1097 DN Amsterdam, Netherlands",
"incident_latitude": 52.368398,
"incident_longitude": 4.877863,
"geofence_radius": 10000,
"incident_start_datetime": "2025-05-11 17:35:24.487823+00",
"incident_end_datetime": "2025-05-15 12:30:24.487823+00",
"is_ongoing": false,
"status": "approved",
"involved_parties": [
{
"type": "group",
"involvement": "Actor",
"group": "Islamic State (IS)"
}
],
"references": [
{
"title": "TracTerrorism on X",
"citation": "@TraceTerrorism - Twitter / X - 11 May 2025",
"link": "https://darling-step-mother.name/",
"status": "approved",
"medium": "Twitter / X",
"source": "@TraceTerrorism",
"published_date": "2025-05-11 16:35:24.487823+00"
}
],
"tags": [
{
"tag_name": "terrorism"
}
],
"source_system_link": "https://www.s7risk.com/",
"source_system_ref": "2025-05-11-125ttArsd002"
}
]
}
curl --location --request POST 'https://dev.your-api-server.comrisk_incident' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"source_system_id": "b0ddbc9c-12e7-d82c-0fe6-13e96bf1f28d",
"risk_incidents": [
{
"incident_type_code": "O01-0018",
"incident_type_name": "Threat/Warning",
"language_code_2": "en",
"risk_impact": 2,
"risk_summary": "Poster calls for action by ISIS-K targeting Amsterdam Dance Event, Amsterdam",
"risk_detail": "A poster depicting a gun being pointed with several locations of high-profile mass gatherings in Europe and the United States was circulated online.",
"country_code": "NLD",
"Incident_address": "1097 DN Amsterdam, Netherlands",
"incident_latitude": 52.368398,
"incident_longitude": 4.877863,
"geofence_radius": 10000,
"incident_start_datetime": "2025-05-11 17:35:24.487823+00",
"incident_end_datetime": "2025-05-15 12:30:24.487823+00",
"is_ongoing": false,
"status": "approved",
"involved_parties": [
{
"type": "group",
"involvement": "Actor",
"group": "Islamic State (IS)"
}
],
"references": [
{
"title": "TracTerrorism on X",
"citation": "@TraceTerrorism - Twitter / X - 11 May 2025",
"link": "https://darling-step-mother.name/",
"status": "approved",
"medium": "Twitter / X",
"source": "@TraceTerrorism",
"published_date": "2025-05-11 16:35:24.487823+00"
}
],
"tags": [
{
"tag_name": "terrorism"
}
],
"source_system_link": "https://www.s7risk.com/",
"source_system_ref": "2025-05-11-125ttArsd002"
}
]
}'
{}