R24 External Partner APIs
Partner Travel EndpointsPartner Threat IntelligenceSupportAbout R24
Partner Travel EndpointsPartner Threat IntelligenceSupportAbout R24
  1. Partner Threat Intelligence
  • Incident Types (get)
    GET
  • Risk Incident (post)
    POST
  1. Partner Threat Intelligence

Risk Incident (post)

Developing
POST
risk_incident

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json

Example
{
    "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"
        }
    ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.your-api-server.comrisk_incident' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--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"
        }
    ]
}'

Responses

🟢200Success
application/json
Body

Example
{}
🟢200OK
🟠400Bad Request
🟠401Unauthorized
Previous
Incident Types (get)