{ "success": true, "type": "crawl.completed", "id": "550e8400-e29b-41d4-a716-446655440000", "webhookId": "a1b2c3d4-0003-0000-0000-000000000000", "data": [], "metadata": {} }
原始请求体的 HMAC-SHA256 签名,格式为 sha256=<hex>。当你在账户设置中配置了 HMAC 密钥时,该字段会出现。有关验证详情,请参阅 Webhook 安全。
sha256=<hex>
"sha256=abc123def456789..."
对于此事件,该值始终为 true。
true
事件类型。
"crawl.completed"
爬取任务 ID。
此次 webhook 投递的唯一标识符。
空数组。请通过 GET /crawl/{id} 获取结果。
GET /crawl/{id}
你在 webhook 配置中提供的自定义元数据对象。每次投递时都会原样返回。
Show child attributes
返回任意 2xx 状态码以确认已接收。
2xx