Get portal credential requirements for registration content IDs
Retrieve the portal information and credential fields required for automated tax filing. Each state has one or more tax portals where credentials are needed to file returns.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.
["CCT_US_STATE_CEN_06_RST", "CCT_US_STATE_CEN_48_RST"]| Field | Type | Description |
|---|---|---|
forms | array | Portal requirements for each registration content |
forms[].registration_content_id | string | The registration content ID |
forms[].jurisdiction_id | string | The jurisdiction ID |
forms[].jurisdiction_name | string | Human-readable jurisdiction name |
forms[].tax_type | string | Tax type for this registration |
forms[].portals | array | Available portals for this registration |
| Field | Type | Description |
|---|---|---|
portal_id | string | Unique identifier for the portal (use in registration) |
portal_name | string | Human-readable portal name |
portal_url | string | URL to the state’s tax portal website |
credential_fields | array | Required credential fields |
| Field | Type | Description |
|---|---|---|
credential_key | string | Field identifier |
credential_name | string | Human-readable field name |
credential_type | string | Field type: text, password, pin, etc. |
required | boolean | Whether the field is required |
is_unique_per_registration | boolean | Whether each registration needs a unique value |
regex | string | Validation regex pattern (if applicable) |
display_order | integer | Suggested display order for UI |
credential_fieldscredential_id when updating the registrationportal_id when creating/updating the registration.
is_unique_per_registration is false, the same credentials can be used across multiple registrations (common for multi-state sellers using a single account).
registration_content_id