Returns the JSON Schema and UI metadata for a state-specific registration form
Your secret API key. Include it with every request.
Every query parameter below is optional. Combine as many as you need and append them to the endpoint as a query string. The example shows a few to get you started.
/v1/registrations/jurisdiction-specific-fields?country_code=<country_code>&state_code=<state_code>ISO 3166-1 alpha-2 country code (e.g., US).
State/province code (e.g., AL, LA).
True when no state-specific schema exists and the generic form should be used.
JSON Schema for the jurisdiction-specific fields, or empty dict when default_form is True.
UI metadata (help articles, portal URL, filing frequencies, etc.).
Successful Response
Validation Error