Get the proof bundle of a signature request.

Use this operation to retrieve the proof bundle of a signature request.

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 proof bundle 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 proof receipts are available (ie. all signatures have been anchored)
  • the audit trail is generated and signed by the platform and its proof receipt is available (ie. its signature has been anchored)

Once these conditions are met, the platform sets the proofBundleComplete property to true.

If this endpoint is called before all these conditions are met, it returns only the available proof receipts (with a 202 status).

This is a publicly accessible endpoint: authentication is not required to retrieve the proof bundle of a signature request (but its identifier needs to be known).

Language
Click Try It! to start a request and see the response here!