Skip to main content
WEBHOOK

Body

application/json
id
string<uuid>
required

ID of the adverse media search

Example:

"a5b4f597-b65c-4fb6-90a3-142e0699d7b9"

created_at
string<date-time>
required

When the adverse media search was created

Example:

"2026-08-31T10:31:07.832356"

state
enum<string>
required

The status of the TIN verification request

Available options:
PENDING,
EXECUTING,
COMPLETED,
FAILED,
CANCELLED
Examples:

"COMPLETED"

"FAILED"

business_id
string<uuid>
required

ID of the business to search for adverse media

Example:

"b4247321-2ac8-4c5c-a951-7cb0bb6e2dea"

__event__
WebhookMetadata · object
updated_at
string<date-time> | null

When the adverse media search was last updated

Example:

"2026-08-31T10:31:07.832368"

sentiment
enum<string> | null

Sentiment of the adverse media search

Available options:
positive,
negative,
neutral
Example:

"positive"

summary
string | null

Summary of the adverse media search

articles
AdverseMediaArticle (v1) · object[] | null

Articles found in the adverse media search

Response

Successful Response