🚀 Welcome to our revamped documentation featuring dedicated Business Logic and API sections with improved layouts—please remember to update your bookmarks as old links will no longer work!
cURL
curl --request GET \ --url 'https://{{baseUrl}}/classifier/introductionSourceType' \ --header 'Authorization: Bearer <token>'
[ { "code": "Internet", "title": "Internet", "businessUnit": "sandbox" }, { "code": "Introducer", "title": "Introducer", "businessUnit": "sandbox" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of introduction source type classifiers.