Introduction Source Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/introductionSourceType' \
--header 'Authorization: Bearer <token>'[
{
"code": "Internet",
"title": "Internet",
"businessUnit": "sandbox"
},
{
"code": "Introducer",
"title": "Introducer",
"businessUnit": "sandbox"
}
]Classifiers
Introduction Source Type
GET
/
classifier
/
introductionSourceType
Introduction Source Type
curl --request GET \
--url 'https://{{baseUrl}}/classifier/introductionSourceType' \
--header 'Authorization: Bearer <token>'[
{
"code": "Internet",
"title": "Internet",
"businessUnit": "sandbox"
},
{
"code": "Introducer",
"title": "Introducer",
"businessUnit": "sandbox"
}
]⌘I