🚀 Welcome to our revamped documentation featuring dedicated Business Logic and API sections with improved layouts—please remember to update your bookmarks as old links will no longer work!
cURL
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" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of country classifiers.