Data & Security Breaches Dataset API

POST /api/v1/dataset/data-breach

Request Body

{
    "startDate": "start_date",
    "endDate": "end_date",
    "companyIds": ["company_id"],
    "industries": ["industry"],
    "industrySegments": ["segment"],
    "countries": ["country"],
    "limit": "limit"
}

Param

Mandatory

Description

startDate

N

It will return records from Start Date (Last Modified Date) in format DD/MM/YYYY.

endDate

N

It will return records till End Date (Last Modified Date) in format DD/MM/YYYY.

companyIds

N

Array of Intellizence Company IDs. It will return records for these Company IDs. If Company IDs is not passed, records for all the tracked companies will be returned.

industries

N

Array of Industries.

industrySegments

N

Array of industry segments.

countries

N

Array of Company Headquarter countries.

limit

N

Default value is 100 records. If Start Date and End Date are not passed, it will return latest 'N' records depending on limit value.

Response Body

[
    {
        "id": "66ab8bab7852d4b09e509f29",
        "announcedDate": "31/07/2024",
        "company": {
            "id": "IN000411",
            "name": "Merck & Co",
            "domain": "www.merck.com",
            "industries": [
                "healthcare",
                "pharmaceuticals"
            ],
            "industrySegments": [],
            "location": "Kenilworth,New Jersey,United States of America",
            "ticker": [
                "MRK"
            ],
            "stockExchange": [
                "NYSE"
            ],
            "type": "Public"
        },
        "noticeDate": "31/07/2024",
        "incidentType": [
            "Data Breach/Theft/Leak"
        ],
        "peopleImpacted": 1079,
        "url": "https://oag.my.site.com/datasecuritybreachreport/apex/DataSecurityReportsPage",
        "title": "Ken Paxton Attorney General of Texas - Data Security Breach",
        "lastModified": "02/08/2024"
    }
]

Check out Intellizence Data & Security Breaches - Data Dictionary to learn about the data fields and values.

Start a Free Trial or Schedule a Call to discuss the subscription.

Last updated