Skip to main content
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"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A list of introduction source type classifiers.

code
string
title
string
businessUnit
string