Monitoring Alerts

Get Monitoring Alert

Get details about a particular monitoring alert. This endpoint requires a valid API key (X-API-KEY) to be provided in the headers and is rate limited to 5 requests per second.

get/api/v1/monitoring/alerts/{alert_id}

Path parameters

alert_idstring required

Response

OK

idstring uuid required
created_atstring date-time required
domainstring required
external_ref_idstring

Example response

{
  "flagged_people": [
    {
      "name": "Dara Khosrowshahi",
      "job_title": "Chief Executive Officer",
      "linkedin_url": "https://www.linkedin.com/in/dara-khosrowshahi-9b1a8b/",
      "profile_picture": "https://media.licdn.com/dms/image/D4D03AQGDnwFEps6idg/profile-displayphoto-shrink_200_200/0/1673360179524?e=1688601600&v=beta&t=bpXAkQdRR7liIMck3FQ7maRE-XeMwtChfWt73oB7YZ0",
      "state_province": "California",
      "city": "San Francisco",
      "country": "United States",
      "start_date": "1995-07-14",
      "other_active_positions": [
        {
          "company_name": "ACME LLC.",
          "title": "Co-founder & CEO",
          "start_date": "2018-09-01"
        }
      ]
    }
  ]
}