Get the proof receipt of an anchor.

Use this operation to retrieve the proof receipt associated to a given anchor.

This JSON file is only available once the anchor status is SENT.

This is a publicly accessible endpoint: authentication is not required to retrieve a proof receipt (but the anchor identifier needs to be known).

Path Params
string
required

Identifier of the anchor for which to build the proof receipt.

Query Params
boolean
Defaults to false

true if a partial proof receipt is to be returned when the proof of timestamp is not yet available (ie. the data or the signature has not yet been anchored).

If the proof of timestamp is available (anchor is SENT or CONFIRMED) a regular proof receipt is returned (with response code 200).
Otherwise, a partial proof receipt not including the proof of timestamp is returned (response code 202).

The partial proof receipt of a signature anchor allows to verify the signature and the identity of the signer immediately after signing, without having to wait for the anchoring process to complete.

Responses

202

If allowPartial is false or unset: the proof receipt is not yet available.

If allowPartial is true: the partial proof receipt (returned in the response body).

404

No anchor matching the given identifier.

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json