v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Webhook Events

AdverseMediaSearch.failed

Emitted when an Adverse Media Search request has failed.

postWebhookAdverseMediaSearch.failed

Payload

idstring uuid required

ID of the adverse media search

created_atstring date-time required

When the adverse media search was created

updated_atstring date-time nullable

When the adverse media search was last updated

state'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' required
business_idstring uuid required

ID of the business to search for adverse media

sentiment'positive' | 'negative' | 'neutral'
summarystring nullable

Summary of the adverse media search

Example payload

{
  "id": "76490a4e-15f6-4097-ab38-52121ff74441",
  "created_at": "2026-07-16T19:24:27.805853",
  "updated_at": "2026-07-16T19:24:27.805866",
  "business_id": "8d95657e-4fe2-4609-a0d3-f2c8382d859d",
  "articles": [
    {
      "title": "Alamo Drafthouse Cinemas Layoffs",
      "snippet": "Alamo Drafthouse Cinemas lays off 40 workers at downtown Brooklyn location",
      "url": "https://www.example.com/alamo-drafthouse-cinemas-layoffs",
      "publish_date": "2026-07-16T19:24:27.805588"
    }
  ]
}

Response

Successful Response

{"stackTrail":"webhooks:AdverseMediaSearch.failed:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}