Skip to main content
POST
/
apps
/
gov-fr
/
v1
/
entry
/
{silo_entry_id}
/
confirm
Confirm the onboarding submission
curl --request POST \
  --url https://api.invopop.com/apps/gov-fr/v1/entry/{silo_entry_id}/confirm \
  --header 'Authorization: Bearer <token>'
{
  "error": "missing siren parameter"
}

Documentation Index

Fetch the complete documentation index at: https://docs.invopop.com/llms.txt

Use this file to discover all available pages before exploring further.

Marks the customerโ€™s submission as complete once the signed agreement (and any required identity images) have been uploaded. Records the decision in silo meta and pokes the queued agreement.wait.approval task so the onboarding workflow can continue.

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.