Skip to main content
GET
/
classifier
/
serviceType
Service Type
curl --request GET \
  --url 'https://{{baseUrl}}/classifier/serviceType' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "DEPOSITS",
    "title": "Deposits",
    "businessUnit": "sandbox"
  },
  {
    "code": "CHECKINGACCOUNT",
    "title": "Checking account",
    "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 service type classifiers.

code
string
title
string
businessUnit
string