Registration Content V2
Get Portal Fields
Get portal credential requirements for V2 registrations
POST
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.
V2 portal fields are looked up by
portal_id (from the Available Registrations response), not by registration_content_id as in V1.Request body
Array of portal IDs to get fields for. Get these from the
portal_ids field in the Available Registrations response.Minimum 1, maximum 100 items.Example: ["PORTAL_CA_CDTFA", "PORTAL_DE_ELSTER"]Credential field properties
| 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 |
Related
- Available Registrations — Get portal IDs for jurisdictions
- Credential Lookup — Check if credentials already exist for a portal
- V2 Registration Content Overview — Full content API workflow