Skip to main content
POST
Confirm the onboarding submission
Finalises the approval and pokes the queued agreement.wait.approval task so the onboarding workflow continues. Returns the approval flow status. Identity verification (POST /identity) is required on both paths. In addition:
  • In-app signing: POST /sign must have been called.
  • Pre-signed PDF: POST /agreement must have been called.
A submitted status in the response means the submission is under review; the workflow advances once a decision is made.

Authorizations

Authorization
string
header
required

Authenticate using a valid Invopop enrollment token in the Bearer scheme.

Example: Authorization: Bearer <token>

Path Parameters

silo_entry_id
string
required

ID of the org.Party silo entry being onboarded.

Example:

"5b45453c-cdd0-11ed-afa1-0242ac120002"

Response

Submission confirmed. Returns the approval flow status.

status
string
required

Current status of the approval flow after finalisation.

Example:

"submitted"