---
title: "Get Legal Forms"
method: GET
path: "/legal-forms"
tags: ["Back-end Order Creation"]
---

# Get Legal Forms

`GET /legal-forms`

**Purpose:**

Retrieves a list of valid legal form codes in relation to the legal for names.

**Success:** 

- Response Code: `HTTP 200`

## Response `200`

List of supported legal forms

- object
  - `items` object[]
    - `code` integer — Legal form code
    - `name` string, nullable — Legal form name
    - `required_input` string — Required input (HR-NR => Registration Number, Ust-ID => Registration ID)
    - `required` boolean — Required

## Other responses

- `500` — Unexpected Server Error

---

[API](https://skmtc.net/billie/apis/billie-direct-api.md) · [All operations](https://skmtc.net/billie/apis/billie-direct-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/billie/billie-direct-api/versions/8cce15617825/schema)
