Skip to main content
GET
/
classifier
/
decisionGround
Decision Ground
curl --request GET \
  --url 'https://{{baseUrl}}/classifier/decisionGround' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "01",
    "title": "No suspicious transactions identified",
    "businessUnit": "sandbox",
    "decisionTypeGroup": "REJECTED",
    "riskManagementProcessGroup": "CUSTOMERS_OPERATIONS_ANY_TIME_RETRO"
  },
  {
    "code": "01",
    "title": "No suspicious transactions identified",
    "businessUnit": "sandbox",
    "decisionTypeGroup": "ACCEPTED",
    "riskManagementProcessGroup": "CUSTOMERS_OPERATIONS_ANY_TIME_RETRO"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A list of decision ground classifiers.

code
string
title
string
businessUnit
string
decisionTypeGroup
string
riskManagementProcessGroup
string