Skip to main content
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"
}

Body

application/json
assessmentGuid
string

Assessment GUID.

Example:

"05e67370-9dd5-4d78-b749-b81cc80b5bc0"

initialRiskLevel
enum<string>

The initial risk level.

Available options:
NONE,
LOW,
MEDIUM,
HIGH,
EXTREME
Example:

"MEDIUM"

finalRiskLevel
enum<string>

The final risk level.

Available options:
NONE,
LOW,
MEDIUM,
HIGH,
EXTREME
Example:

"HIGH"

decisionType
enum<string>

Decision type.

Example:

"SUSPICIOUS"

decisionGroundCode
string

Code for the decision ground. Value from /classifier/decisionGround endpoint.

Example:

"00001"

customerExternalId
string

Customer external ID.

Example:

"49187e79-e3be-4bc4-82e3-571f3b8a073e"