Get available tax types, frequencies, and registration content IDs for jurisdictions
Retrieve the registration options for one or more jurisdictions. This endpoint returns theDocumentation Index
Fetch the complete documentation index at: https://docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
registration_content_id you’ll need to create a registration, along with available tax types and filing frequencies.
["JUR_US_STATE_CA", "JUR_US_STATE_TX"]| Field | Type | Description |
|---|---|---|
options | array | Registration options for each jurisdiction |
options[].jurisdiction_id | string | The jurisdiction ID |
options[].jurisdiction_name | string | Human-readable name |
options[].registrations | array | Available registration types |
options[].registrations[].registration_content_id | string | Content ID to use when creating a registration |
options[].registrations[].tax_type | string | Primary tax type for this registration |
options[].registrations[].frequencies | array | Valid filing frequencies |
options[].registrations[].related_tax_types | array | Additional tax types that can/must be included |
optional: false — This tax type must be included with the primary typeoptional: true — This tax type may be included (your choice)registration_content_id — Use this when calling POST /registrationstax_type + related_tax_types — Combine to form the tax_types arrayfrequencies — Pick one for the frequency fieldregistration_content_id from this response.