Get incorporation status workflow
Progress
Get status workflow
Retrieve the public status workflow for a selected incorporation jurisdiction and type. The response is derived from the active workflow template and includes ordered public stages.
GET
Get incorporation status workflow
Retrieves the public status workflow for a selected incorporation jurisdiction and type.
Use this endpoint after the customer chooses
If the status workflow is not active for the selected incorporation type, the endpoint returns
country and countryOptions if you want to render a progress UI before the incorporation is created.
The workflow is informational and versioned. Incorporation progress is returned by Get incorporation status.
Query shape
Use the same deep-object query syntax as the requirements endpoint.Response
Stage owners
| Owner | Meaning |
|---|---|
PARTNER | The partner integration or partner team owns the stage. |
CUSTOMER | The end customer must provide input. |
COMMENDA | Commenda owns the stage. |
404.Authorizations
Query Parameters
Incorporation country. ISO 3166-1 alpha-2 country code for the incorporation jurisdiction.
Available options:
AE, CA, GB, IE, IN, KY, NZ, SG, US Example:
"SG"
Country-specific options using deep-object query syntax, for example countryOptions[corporationType]=PRIVATE_LIMITED_COMPANY.
Country-specific incorporation options. Use the jurisdiction catalog for the currently supported fields and values.
Example:
{
"corporationType": "PRIVATE_LIMITED_COMPANY"
}Response
Status workflow retrieved successfully