Service Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/serviceType' \
--header 'Authorization: Bearer <token>'[
{
"code": "DEPOSITS",
"title": "Deposits",
"businessUnit": "sandbox"
},
{
"code": "CHECKINGACCOUNT",
"title": "Checking account",
"businessUnit": "sandbox"
}
]Classifiers
Service Type
GET
/
classifier
/
serviceType
Service Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/serviceType' \
--header 'Authorization: Bearer <token>'[
{
"code": "DEPOSITS",
"title": "Deposits",
"businessUnit": "sandbox"
},
{
"code": "CHECKINGACCOUNT",
"title": "Checking account",
"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