Skip to main content
GET
/
classifier
/
sourceOfWealth
Source Of Wealth
curl --request GET \
  --url 'https://{{baseUrl}}/classifier/sourceOfWealth' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "12",
    "description": "Other",
    "businessUnit": "sandbox"
  },
  {
    "code": "9",
    "description": "Gift",
    "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 source of wealth classifiers.

code
string
description
string
businessUnit
string