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

corporation_id
string
required
The unique identifier for the corporation whose registrations you want to retrieve.
countries
array
Filter by ISO 3166-1 alpha-2 country codes. Maximum 100 items.Example: ["US", "DE"]
states
array
Filter by state or province codes. Maximum 100 items.Example: ["CA", "NY", "TX"]
jurisdiction_types
array
Filter by jurisdiction type. Maximum 100 items.Values: STATE_OR_PROVINCE, CITY, COUNTY, DISTRICT, LOCAL, COUNTRY, TERRITORY, TRADEBLOC
jurisdiction_name
string
Search by jurisdiction name (partial match).Example: "California" or "Germany"
registration_status
string
Filter by registration status.
validation_status
string
Filter by validation status.Values: PENDING, VALID, INVALID
include_archived
boolean
default:"false"
Whether to include archived registrations in the results.
cursor
string
Pagination cursor from a previous response. Leave empty for the first page.
limit
integer
default:"10"
Maximum number of results to return (1–100).