Business Unit
curl --request GET \
--url 'https://{{baseUrl}}/classifier/businessUnit' \
--header 'Authorization: Bearer <token>'[
{
"code": "sandbox",
"title": "super biznis"
},
{
"code": "sandbox",
"title": "super biznis 2"
}
]Classifiers
Business Unit
GET
/
classifier
/
businessUnit
Business Unit
curl --request GET \
--url 'https://{{baseUrl}}/classifier/businessUnit' \
--header 'Authorization: Bearer <token>'[
{
"code": "sandbox",
"title": "super biznis"
},
{
"code": "sandbox",
"title": "super biznis 2"
}
]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