Address Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/addressType' \
--header 'Authorization: Bearer <token>'[
{
"code": "HEADQUARTERS",
"description": "HQ address",
"businessUnit": "sandbox"
},
{
"code": "RESIDENCE",
"description": "Residence address",
"businessUnit": "sandbox"
}
]Classifiers
Address Type
GET
/
classifier
/
addressType
Address Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/addressType' \
--header 'Authorization: Bearer <token>'[
{
"code": "HEADQUARTERS",
"description": "HQ address",
"businessUnit": "sandbox"
},
{
"code": "RESIDENCE",
"description": "Residence address",
"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