Verify stamp
Verify a single location stamp’s internal validity — checks cryptographic signatures, structure, and signal consistency. This endpoint does not assess how well the stamp supports a claim; use verify proof for that.Request body
The location stamp to verify. See LocationStamp for the full type definition.Key fields:
lpVersion, locationType, location, srs, temporalFootprint, plugin, pluginVersion, signals, signatures.Example request
Response
Overall validity —
true only if all checks pass.Whether all cryptographic signatures verified successfully.
Whether the stamp conforms to the expected structure for its plugin.
Whether internal signals are self-consistent.
Plugin-specific verification details. Contents vary by plugin.
Example response
Example only.
details contents are plugin-specific, and some fields shown here (for example certificateChainValid) correspond to checks that are planned but not yet performed in v0. See the ProofMode plugin for exactly what stamp verification does today.Errors
Errors follow RFC 7807:| Type | Status | Description |
|---|---|---|
invalid-input | 400 | Malformed stamp or missing required fields |
not-implemented | 501 | Plugin not supported |
internal | 500 | Internal verification error |
rate-limited | 429 | Too many requests |
unauthorized | 401 | Invalid or missing API key |
SDK: Location proofs
See the SDK documentation for client-side usage