{
"event": "claim.reviewed",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"authorization_id": "<string>",
"denial_predicted": true,
"expected_reimbursement": {
"expected": 123,
"allowed": 123
},
"denial_reasons": [
{
"code": "<string>",
"description": "<string>"
}
],
"expected_payment_date": "2023-12-25",
"confidence": 0.5,
"id": "<string>"
}
}API Reference
Claim review result
{
"event": "claim.reviewed",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"authorization_id": "<string>",
"denial_predicted": true,
"expected_reimbursement": {
"expected": 123,
"allowed": 123
},
"denial_reasons": [
{
"code": "<string>",
"description": "<string>"
}
],
"expected_payment_date": "2023-12-25",
"confidence": 0.5,
"id": "<string>"
}
}Authorizations
HMAC SHA-256 signature of the request body: hex(hmacSHA256(secret, body))
Headers
Webhook signature (HMAC SHA-256)
Body
application/json
Response
200
Acknowledged