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"
}
]Classifiers
Decision Ground
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"
}
]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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
⌘I