Skip to main content
POST
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 in signature (≤ 4 MB). The image is inked onto the signature box.
  • Typed: omit signature. The signer’s name is rendered as a typed signature.
The silo entry must have signer fields set (given name, surname, and identity number) before calling. Use together with POST /identity, then call POST /confirm to finalise.

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"

Body

application/json
signature
string<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.