Operation Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/operationType' \
--header 'Authorization: Bearer <token>'[
{
"code": "INTERNAL",
"title": "Vidiniai pavedimai",
"numberOfParties": 2,
"businessUnit": "sandbox"
},
{
"code": "CARD_PAYMENT",
"title": "CARD_PAYMENT",
"numberOfParties": 2,
"businessUnit": "sandbox"
}
]Classifiers
Operation Type
GET
/
classifier
/
operationType
Operation Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/operationType' \
--header 'Authorization: Bearer <token>'[
{
"code": "INTERNAL",
"title": "Vidiniai pavedimai",
"numberOfParties": 2,
"businessUnit": "sandbox"
},
{
"code": "CARD_PAYMENT",
"title": "CARD_PAYMENT",
"numberOfParties": 2,
"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.
⌘I