Country
curl --request GET \
--url 'https://{{baseUrl}}/classifier/country' \
--header 'Authorization: Bearer <token>'[
{
"code": "EU",
"title": "Europe",
"isRegion": true,
"businessUnit": "sandbox"
},
{
"code": "A",
"title": "Azores",
"isRegion": false,
"businessUnit": "sandbox"
}
]Classifiers
Country
GET
/
classifier
/
country
Country
curl --request GET \
--url 'https://{{baseUrl}}/classifier/country' \
--header 'Authorization: Bearer <token>'[
{
"code": "EU",
"title": "Europe",
"isRegion": true,
"businessUnit": "sandbox"
},
{
"code": "A",
"title": "Azores",
"isRegion": false,
"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