Get the current state of a company onboarding workflow.
GET/v1/onboarding/company/:workflowId/status
Reads the workflow_state row from ark-flows DB. Miss ⇒ 404 ONB004001.
Same envelope shape as /v1/onboarding/individual/{workflowId}/status.
Request
Responses
- 200
- 401
- 404
- 500
Current workflow state.
Missing or invalid bearer token (GEN001*).
Workflow not found (ONB004001).
Internal server error (GEN100000).