v1

latestOpenAPI 3.0.0Apache 2.02026-07-267057121.5 KB

Sign the agreement mandate

Stamps the signer's signature onto the generated mandate PDF and stores the result as the entry's signed agreement. Satisfies the sign step on the approval flow.

Two modes:

  • Drawn: pass a PNG or JPEG image (≤ 4 MB) in signature. The image is inked onto the signature box.
  • Typed: omit signature or send an empty value. The signer's name is rendered as a typed signature.

Requires the silo entry to have signer fields set (given name, surname, and identity number) before calling. Use together with POST /identity, then call POST /confirm to finalise.

post/apps/gov-fr/v1/entry/{silo_entry_id}/sign

Path parameters

silo_entry_idstring required
Example:5b45453c-cdd0-11ed-afa1-0242ac120002

ID of the org.Party silo entry being onboarded.

Request body

signaturestring byte

Base64-encoded PNG or JPEG image of the drawn signature, maximum 4 MB. Omit or leave empty to render the signer's name as a typed signature.

Response

Signature stamped and stored as the signed agreement.