Download the Signature Attestation document of a signature request.

Use this operation to retrieve the Signature Attestation document of a signature request.

This PDF file summarizes the signature request and includes the proof bundle attached.

The proof bundle is a JSON file containing all the pieces of evidence:

  • the audit trail
  • the proof receipt of the signature of the audit trail by the platform
  • the proof receipts of the signature of the file by the signers

    Consequently, the Signature Attestation is only available once all the following conditions are met:
  • the signature request is COMPLETED (by the platform) or CLOSED (by the requester)
  • all the proofs receipts are available (ie. have been anchored)
  • the audit trail is generated and signed by the platform and its proof receipt is available (ie. is anchored)

    Once these conditions are met, the platform generates and signs the signature attestation and set the attestationAnchorId property.

    This is a publicly accessible endpoint: authentication is not required to retrieve the signature attestation of a signature request (but its identifier need to be known).
Language
Click Try It! to start a request and see the response here!