Income Source Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/incomeSourceType' \
--header 'Authorization: Bearer <token>'[
{
"code": "PASSIVE_INCOME",
"title": "Passive income",
"businessUnit": "sandbox"
},
{
"code": "SALARY",
"title": "Salary",
"businessUnit": "sandbox"
}
]Classifiers
Income Source Type
GET
/
classifier
/
incomeSourceType
Income Source Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/incomeSourceType' \
--header 'Authorization: Bearer <token>'[
{
"code": "PASSIVE_INCOME",
"title": "Passive income",
"businessUnit": "sandbox"
},
{
"code": "SALARY",
"title": "Salary",
"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