Skip to main content
GET
List legal forms
When onboarding a buyer or merchant, you must supply the company’s legal form. This endpoint returns every accepted value together with a human-readable display name, so you can populate a dropdown in your registration flow.
Retrieve this list at runtime rather than hardcoding the values – Tilta may add or change supported legal forms over time. Show display_name to the user, but always submit name when registering a buyer or merchant.
If a company’s legal form does not match any accepted value, use OTHER. Tilta’s underwriting team verifies the entity type during the credit facility assessment.

Authorizations

Authorization
string
header
required

Your Tilta API key, sent as Bearer <key>.

Response

name
enum<string>
required
Available options:
LIMITED_COMPANY,
SOLE_TRADER,
PARTNERSHIP,
PUBLIC_COMPANY,
COOPERATIVE,
GOVERNMENT,
OTHER
display_name
string
required