Skip to main content
GET
/
classifier
/
legalForm
Legal Form
curl --request GET \
  --url 'https://{{baseUrl}}/classifier/legalForm' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "LTD",
    "title": "Limited",
    "businessUnit": "sandbox"
  },
  {
    "code": "CONGLOMERATE",
    "title": "Conglomerate",
    "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 legal form classifiers.

code
string
title
string
businessUnit
string