ODD Webhook & Decision Making
Webhook Sample Response Format
{
"oddStatus": "new",
"oddSearchHistoryId": "SH_QXIATXMPtq",
"onboardDecisionId": "decision_8WX6knjWAs",
"searchObject": {
"mode": "advance",
"sdnType": "entity",
"searchParams": {
"name": "M.G. Vermietungsgesellschaft mbH",
"date": "1998-02-11",
"idNumber": "529900YKOMNKL9H6AD64",
"nationality": "Russia"
},
"level": "exact"
},
"searchDate": "2026-06-24",
"searchResults": [
{
"sanctionId": "SANCL_YDxfjH2WjR",
"sdnType": "entity",
"createdAt": "2025-08-27T23:12:42.643Z",
"updatedAt": "2026-07-01T00:37:51.276Z",
"caption": "V.M.G. Vermietungsgesellschaft mbH",
"datasets": [
"LEI Reference Data"
],
"address": [
"Arabellastraße 12, 81925 München"
],
"incorporationDate": [
"1998-02-11"
],
"scoreResults": {
"matchScore": 90,
"riskScore": 100
},
"topicTags": [
"Sanction-linked entity"
],
"idNumber": [
"HRB 119456",
"529900YKOMNKL9H6AD64"
],
"birthDate": [],
"gender": [],
"phone": [],
"country": [],
"nationality": [],
"topics": []
}
],
"relation": {
"decision": {
"meta": {
"actionButton": [
"true_match",
"no_match",
"false_positive"
]
}
}
}
}ODD Decision Making API
Header
Name
Value
Sample Response
Path param values
Path parameter
Type
Is Mandatory
Description
Post values are:
Post Parameter
Type
Is Mandatory
Description
Sample post data format
Success response :
Failure response :
Last updated