Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
monitoring_id
string
subject_id
string
doc_id
string
country
string
subject_type
enum<string>
Available options:
person,
company
triggers
enum<string>[]
Available options:
score_drop_below,
new_records,
records_removed
score
integer
previous_score
integer
band
enum<string>
Available options:
A,
B,
C,
D,
E,
SC
record_count
integer
new_records
object[]
detected_at
string

Response

200

Return any 2xx to acknowledge the delivery.

Last modified on August 22, 2026