4.8. Retrieve Entry+Merkle Audit Proof from Log
4.8. Retrieve Entry+Merkle Audit Proof from Log
GET https://<log server>/ct/v1/get-entry-and-proof
Inputs:
-
leaf_index: The index of the desired entry. -
tree_size: The tree_size of the tree for which the proof is desired.
The tree size must designate an existing STH.
Outputs:
-
leaf_input: The base64-encoded MerkleTreeLeaf structure. -
extra_data: The base64-encoded unsigned data, same as in Section 4.6. -
audit_path: An array of base64-encoded Merkle Tree nodes proving the inclusion of the chosen certificate.
This API is probably only useful for debugging.