Registrations V2
List Registrations
Retrieve all V2 registrations for a corporation with optional filters and pagination
POST
List all V2 registrations for a corporation. Supports filtering by country, state, jurisdiction type, registration status, validation status, and jurisdiction name search. Results are cursor-paginated.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.
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. Maximum 100 items.Example:
["US", "DE"]Filter by state or province codes. Maximum 100 items.Example:
["CA", "NY", "TX"]Filter by jurisdiction type. Maximum 100 items.Values:
STATE_OR_PROVINCE, CITY, COUNTY, DISTRICT, LOCAL, COUNTRY, TERRITORY, TRADEBLOCSearch by jurisdiction name (partial match).Example:
"California" or "Germany"Filter by registration status.
Filter by validation status.Values:
PENDING, VALID, INVALIDWhether to include archived registrations in the results.
Pagination cursor from a previous response. Leave empty for the first page.
Maximum number of results to return (1–100).
Related
- Get Registration — Get details for a specific registration
- Create Registration — Create a new V2 registration
- Tax Registrations V2 Overview — Registration concepts and lifecycle