Skip to main content
GET
/
v1
/
registrations
/
jurisdictions
List Registration Jurisdictions
curl --request GET \
  --url https://api.trykintsugi.com/v1/registrations/jurisdictions \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <x-organization-id>'
[
  {
    "country_code": "<string>",
    "state_code": "<string>",
    "state_name": "<string>"
  }
]

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

status__in
string
default:REGISTERED,PROCESSING,UNREGISTERED,DEREGISTERING,DEREGISTERED,CANCELLED,VALIDATING,AWAITING_CLARIFICATION,SELF_MANAGED

Filter by registration status (comma-separated); same as GET /registrations.

Response

Successful Response

country_code
string
required

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

state_code
string
required

State or province code (may be empty for country-level rows).

state_name
string
required

Display name for the state or province.