Retrieve details of a specific V2 registration by ID
Retrieve the full details of a V2 registration, including its current status, jurisdiction information, and configuration.Documentation Index
Fetch the complete documentation index at: https://docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the registration |
corporation_id | string | The corporation this registration belongs to |
registration_tax_type_id | string | Content ID identifying the jurisdiction and tax type |
registration_content_id | string | Bare registration content ID for the jurisdiction (e.g., REG_COUNTRY_DE_3001_VAT). Use this for exact-match comparisons against the recommended_registration_content_ids returned by exposure webhooks and nexus rules. May be empty for legacy registrations. |
tax_types | array | Tax types registered for (e.g., ["RST", "DTT"]) |
frequencies | array | Filing frequencies (e.g., ["QUARTERLY"]) |
jurisdiction_id | string | Unique identifier for the jurisdiction |
jurisdiction_name | string | Human-readable name of the jurisdiction |
jurisdiction_type | string | Type: STATE_OR_PROVINCE, CITY, COUNTY, COUNTRY, TRADEBLOC, etc. |
registration_name | string | Human-readable name of the registration |
effective_start_date | string | When the registration became effective (YYYY-MM-DD) |
effective_end_date | string | When the registration ended (YYYY-MM-DD), if closed |
tax_registration_number | string | Tax authority issued ID or permit number |
registered_by | string | Who created the registration: API, USER, COMMENDA |
credential_id | string | Reference to stored portal credentials |
managed_filing_enabled | boolean | Whether Commenda-managed filing is enabled for this registration |
registration_status | string | Current registration status |
validation_status | string | PENDING, VALID, or INVALID |
registered_through_registration_tax_type_id | string | Content ID of the country registered through (for Non-Union OSS, IOSS) |
member_state_registration_id | string | UUID of the linked domestic registration (for Union OSS) |
archived_at | string | Timestamp if archived, otherwise null |
created_at | string | When the registration was created |
updated_at | string | When the registration was last updated |