Skip to main content
WEBHOOK

授权

Authorization
string
header
必填

会话 JWT(来自注册/登录)或 API key(pk_...)。 也接受 X-API-Key: <token> 作为替代请求头。

请求体

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

响应

200

返回任何 2xx 以确认交付。

最后修改于 2026年8月22日