Skip to main content
GET
/
classifier
/
accountType
Account Type
curl --request GET \
  --url 'https://{{baseUrl}}/classifier/accountType' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "ACC_STANDARD",
    "description": "Standard account",
    "businessUnit": "sandbox"
  },
  {
    "code": "ACC_STANDARD",
    "description": "Standard 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 account type.

code
string
description
string
businessUnit
string