Skip to main content
GET
/
classifier
/
addressType
Address Type
curl --request GET \
  --url 'https://{{baseUrl}}/classifier/addressType' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "HEADQUARTERS",
    "description": "HQ address",
    "businessUnit": "sandbox"
  },
  {
    "code": "RESIDENCE",
    "description": "Residence address",
    "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 address type classifiers.

code
string
description
string
businessUnit
string