POST /v1/timestamp
Request an RFC 3161 timestamp for the current Merkle root.Example
Response
GET /v1/timestamps
List stored timestamps.Example
Response
GET /v1/timestamps/verify
Verify the latest timestamp against the current Merkle root.Example
Response
| Field | Type | Description |
|---|---|---|
valid | boolean | Whether the timestamp signature is valid |
merkle_root | string | The Merkle root that was timestamped |
tsa_time | string | Time reported by the TSA |
tree_size | integer | Number of events in the tree at timestamp time |
error | string | Error message if verification failed |
current_root_matches | boolean | Whether the current Merkle root matches the timestamped root |