List supported incorporation jurisdictions
Jurisdiction catalog
List jurisdiction catalog
Retrieve the informational catalog of supported incorporation countries and country-specific options. This endpoint helps clients render valid choices, but the create endpoint remains the source of truth for validation.
GET
List supported incorporation jurisdictions
Returns the currently supported incorporation countries and country-specific option fields.
Use this endpoint as an informational catalog for rendering choices in your UI. The create incorporation endpoint remains the source of truth for validation.
Field keys map directly to paths inside
Use
For Singapore private limited companies, the catalog returns a simple
Send that selection in
For GET endpoints that use query parameters, send the same shape with deep-object query syntax:
This endpoint is informational only. It is safe to use for UI rendering, but clients should still handle validation errors from
countryOptions. Simple keys become direct properties, such as countryOptions.corporationType. Dotted keys, such as corporationTypeOptions.freeZone, represent nested objects inside countryOptions.
Supported countries
The catalog currently includesAE, CA, GB, IE, IN, KY, NZ, SG, and US.
Field format
Each country returns a list of fields:key as the path inside countryOptions. For example, corporationTypeOptions.freeZone should be sent as:
corporationType field:
countryOptions as:
POST /partner/incorporation/customers/{customerId}/incorporations.