Registrations
List Registrations
Retrieve all registrations for a corporation with optional filters
POST
List all registrations for a corporation. Supports filtering by country, state, jurisdiction type, registration type, and validation status.
This endpoint uses POST (not GET) to support complex filtering via the request body.
Request Body
The unique identifier for the corporation whose registrations you want to retrieve.
Filter by ISO 3166-1 alpha-2 country codes.Example:
["US", "CA"]Filter by state or province codes.Example:
["CA", "NY", "TX"]Filter by jurisdiction type.Values:
STATE_OR_PROVINCE, CITY, COUNTY, DISTRICT, LOCAL, COUNTRY, TERRITORY, TRADEBLOCSearch by jurisdiction name (partial match).Example:
"California" or "Los Angeles"Filter by how the registration was created.Values:
EXISTING— Registration created by the user for an existing tax accountNEW— Registration created by Commenda for a new tax account
Filter by validation status.Values:
PENDING, VALIDATION_IN_PROGRESS, VALID, INVALIDWhether to include archived registrations in the results.
Related
- Get Registration — Get details for a specific registration
- Create Registration — Create a new registration
- Tax Registrations Overview — Registration concepts and lifecycle