Confirm the onboarding submission
Finalises the approval and pokes the queued agreement.wait.approval task so the onboarding workflow continues.
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.
Returns the approval flow status. A submitted status means the submission is under review; the workflow will advance once a decision is made.
post/apps/gov-fr/v1/entry/{silo_entry_id}/confirm
Path parameters
silo_entry_idstring required
Example:5b45453c-cdd0-11ed-afa1-0242ac120002
ID of the org.Party silo entry being onboarded.
Response
Submission confirmed. Returns the approval flow status.
Example response
{
"status": "submitted"
}