🚀 Welcome to our revamped documentation featuring dedicated Business Logic and API sections with improved layouts—please remember to update your bookmarks as old links will no longer work!
curl --request GET \
--url 'https://{{baseUrl}}/classifier/cardOperationSubType' \
--header 'Authorization: Bearer <token>'[
{
"operationType": "CARD_CASH",
"operationSubtype": "CARD_CASH_REVERSAL",
"operationDirection": "INCOMING",
"description": "Card cash reversal of failed withdrawal ",
"businessUnit": "sandbox"
},
{
"operationType": "CARD_CASH",
"operationSubtype": "CARD_CASH_REVERSAL",
"operationDirection": "INCOMING",
"description": "Card cash reversal of failed withdrawal ",
"businessUnit": "sandbox"
}
]curl --request GET \
--url 'https://{{baseUrl}}/classifier/cardOperationSubType' \
--header 'Authorization: Bearer <token>'[
{
"operationType": "CARD_CASH",
"operationSubtype": "CARD_CASH_REVERSAL",
"operationDirection": "INCOMING",
"description": "Card cash reversal of failed withdrawal ",
"businessUnit": "sandbox"
},
{
"operationType": "CARD_CASH",
"operationSubtype": "CARD_CASH_REVERSAL",
"operationDirection": "INCOMING",
"description": "Card cash reversal of failed withdrawal ",
"businessUnit": "sandbox"
}
]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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.