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.
This endpoint uses POST (not GET) to support complex filtering via the request body.
Request body
string
required
The unique identifier for the corporation whose registrations you want to retrieve.
array
Filter by ISO 3166-1 alpha-2 country codes. Maximum 100 items.Example:
["US", "DE"]array
Filter by state or province codes. Maximum 100 items.Example:
["CA", "NY", "TX"]array
Filter by jurisdiction type. Maximum 100 items.Values:
STATE_OR_PROVINCE, CITY, COUNTY, DISTRICT, LOCAL, COUNTRY, TERRITORY, TRADEBLOCstring
Search by jurisdiction name (partial match).Example:
"California" or "Germany"string
Filter by registration status.
string
Filter by validation status.Values:
PENDING, VALID, INVALIDboolean
default:"false"
Whether to include archived registrations in the results.
string
Pagination cursor from a previous response. Leave empty for the first page.
integer
default:"10"
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