🚀 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/legalForm' \ --header 'Authorization: Bearer <token>'
[ { "code": "LTD", "title": "Limited", "businessUnit": "sandbox" }, { "code": "CONGLOMERATE", "title": "Conglomerate", "businessUnit": "sandbox" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of legal form classifiers.