Skip to main content
GET
/
v1
/
registrations
/
jurisdiction-specific-fields
Get Jurisdiction Specific Fields
curl --request GET \
  --url https://api.trykintsugi.com/v1/registrations/jurisdiction-specific-fields \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <x-organization-id>'
{
  "country_code": "<string>",
  "state_code": "<string>",
  "default_form": true,
  "jurisdiction_fields_json_schema": {},
  "metadata": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.trykintsugi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Headers

x-organization-id
string | null
required

The unique identifier for the organization making the request

Query Parameters

country_code
string
required

ISO 3166-1 alpha-2 country code (e.g., US).

state_code
string
required

State/province code (e.g., AL, LA).

Response

Successful Response

country_code
string
required
state_code
string
required
default_form
boolean
required

True when no state-specific schema exists and the generic form should be used.

jurisdiction_fields_json_schema
Jurisdiction Fields Json Schema · object
required

JSON Schema for the jurisdiction-specific fields, or empty dict when default_form is True.

metadata
Metadata · object
required

UI metadata (help articles, portal URL, filing frequencies, etc.).