API Reference

Bankruptcy Watch Notification Webhook

Receives consumer-portfolio notifications from Bankruptcy Watch (https://bk.watch). Bankruptcy Watch posts to this endpoint for monitored customers; supported event type is NEW_CASE. Always returns 204; failures are logged server-side and never surfaced to BKW so retries do not loop.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

BKW notification id (not-xxxxxxxx). Used for idempotent replay protection.

string

BKW subscription id (sub-xxxxxxxx) the notification belongs to.

string

ISO-8601 timestamp the notification was emitted.

string
required

Event type. Currently only NEW_CASE is acted on; others are recorded for analytics only.

string

Human-readable summary from BKW.

portfolioItem
object

Portfolio item the event applies to. Item id is CUSTOMER-{customer_uuid} so we can resolve back to a Totality customer.

properties
array of objects

Event-specific data as {name,value} pairs (caseId, partyId, district, caseNumber, chapter, dateFiled, ...).

properties
Response
204

Always returned; processing happens asynchronously and any errors are logged server-side.

Language
Credentials
URL
LoadingLoading…