{
"assessmentGuid": "82deaa92-d559-40bd-96b7-053341a08e28",
"customerExternalId": "63a50c5a-5502-4fab-bd71-064c22a5f006",
"initialRiskLevel": "HIGH",
"finalRiskLevel": "LOW",
"decisionType": " NON_SUSPICIOUS",
"decisionGroundCode": "01"
}Customer Assessment
Customer retrospective completed
❗ Fired ONLY on completion by a human decision.
WEBHOOK
com.amlyze.customer.riskmanagement.retrospective.completed
{
"assessmentGuid": "82deaa92-d559-40bd-96b7-053341a08e28",
"customerExternalId": "63a50c5a-5502-4fab-bd71-064c22a5f006",
"initialRiskLevel": "HIGH",
"finalRiskLevel": "LOW",
"decisionType": " NON_SUSPICIOUS",
"decisionGroundCode": "01"
}Documentation Index
Fetch the complete documentation index at: https://api.amlyze.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Assessment GUID.
Example:
"05e67370-9dd5-4d78-b749-b81cc80b5bc0"
The initial risk level.
Available options:
NONE, LOW, MEDIUM, HIGH, EXTREME Example:
"MEDIUM"
The final risk level.
Available options:
NONE, LOW, MEDIUM, HIGH, EXTREME Example:
"HIGH"
Decision type.
Example:
"SUSPICIOUS"
Code for the decision ground. Value from /classifier/decisionGround endpoint.
Example:
"00001"
Customer external ID.
Example:
"49187e79-e3be-4bc4-82e3-571f3b8a073e"
⌘I