Verify a proof receipt.

Use this operation to verify a Chainpoint 2.x proof receipt and get the timestamp of the proof.

For proof of signature receipts including an identity URL, this operation also verify and returns information about the signer's identity.

This is a publicly accessible endpoint: authentication is not required to verify a proof receipt.

Body Params

Chainpoint 2.x proof receipt to verify.

string

Type of proof receipt.

string

SHA256 hash of the proven data or signature.

string

Root of the Merkle tree.

proof
array of objects

Merkle proof (path from targetHash to merkleRoot in the Merkle tree).

proof
anchors
array of objects

List of sources where the root of the Merkle proof is anchored.

anchors
signature
object

Signature information (for proof of signature receipts only).

Responses

400

Invalid request. More details are returned in the response body as a JSON object.

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