Skip to main content
GET
/
classifier
/
country
Country
curl --request GET \
  --url 'https://{{baseUrl}}/classifier/country' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "EU",
    "title": "Europe",
    "isRegion": true,
    "businessUnit": "sandbox"
  },
  {
    "code": "A",
    "title": "Azores",
    "isRegion": false,
    "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 country classifiers.

code
string
title
string
isRegion
boolean
businessUnit
string