Skip to main content
GET
/
apps
/
gov-fr
/
v1
/
entry
/
{silo_entry_id}
/
agreement
Download the unsigned agreement PDF
curl --request GET \
  --url https://api.invopop.com/apps/gov-fr/v1/entry/{silo_entry_id}/agreement \
  --header 'Authorization: Bearer <token>'
"<string>"

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.

Returns the unsigned mandate PDF that the signer must review and sign. The document is generated on the fly from the silo entry’s draft party — the call fails with 422 when any required party or signer field is missing.

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

PDF stream of the agreement, served inline.

The response is of type file.