Account Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/accountType' \
--header 'Authorization: Bearer <token>'[
{
"code": "ACC_STANDARD",
"description": "Standard account",
"businessUnit": "sandbox"
},
{
"code": "ACC_STANDARD",
"description": "Standard account",
"businessUnit": "sandbox"
}
]Classifiers
Account Type
GET
/
classifier
/
accountType
Account Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/accountType' \
--header 'Authorization: Bearer <token>'[
{
"code": "ACC_STANDARD",
"description": "Standard account",
"businessUnit": "sandbox"
},
{
"code": "ACC_STANDARD",
"description": "Standard account",
"businessUnit": "sandbox"
}
]⌘I