Skip to main content
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, TRADEBLOC
string
Search by jurisdiction name (partial match).Example: "California" or "Germany"
string
Filter by registration status.
string
Filter by validation status.Values: PENDING, VALID, INVALID
boolean
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).