Get portal credential requirements for V2 registrations
Retrieve portal information and credential fields required for automated tax filing. Each jurisdiction 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.
portal_id (from the Available Registrations response), not by registration_content_id as in V1.portal_ids field in the Available Registrations response.Minimum 1, maximum 100 items.Example: ["PORTAL_CA_CDTFA", "PORTAL_DE_ELSTER"]| Field | Type | Description |
|---|---|---|
credential_key | string | Field identifier used when storing credentials |
credential_name | string | Human-readable label for the field |
credential_type | string | Input type (STRING, FILE, etc.) |
required | boolean | Whether the field must be provided |
helper_text | string | Optional hint text for UI display, explaining what to enter in this field |
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 rendering |