Skip to main content
Research Preview — This API is under development.

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

LocationStamp
required
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

boolean
required
Overall validity — true only if all checks pass.
boolean
required
Whether all cryptographic signatures verified successfully.
boolean
required
Whether the stamp conforms to the expected structure for its plugin.
boolean
required
Whether internal signals are self-consistent.
object
required
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:

SDK: Location proofs

See the SDK documentation for client-side usage