Skip to main content
POST
/
api
/
zefix
/
legal-forms
/zefix/legal-forms
curl --request POST \
  --url https://api.anysite.io/api/zefix/legal-forms \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '{
  "timeout": 300
}'
[
  {
    "@type": "@zefix_legal_form",
    "id": 123,
    "name": {
      "@type": "@zefix_localized_name",
      "de": "<string>",
      "fr": "<string>",
      "it": "<string>",
      "en": "<string>"
    },
    "short_name": {
      "@type": "@zefix_localized_name",
      "de": "<string>",
      "fr": "<string>",
      "it": "<string>",
      "en": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:@zefix_legal_form
id
integer | null
name
ZefixLocalizedName · object
short_name
ZefixLocalizedName · object