List plugins
List the verification plugins available on the service. Each plugin represents a proof-of-location system that can produce LocationStamps.Example request
Response
Array of available plugins.
Plugin object
| Field | Type | Description |
|---|---|---|
name | string | Plugin identifier (e.g., "proofmode", "witnesschain") |
version | string | Semver version string |
environments | string[] | Runtime environments the plugin supports |
description | string | Human-readable description |
ProofMode is working today — the Verify service implements ProofMode stamp verification. The other plugins listed (
witnesschain, gpsd, geoclue, wifi-mls, ip-geolocation) are experimental: their interfaces are defined and early verification logic exists, but they aren’t production yet. We’re keen to develop new proof-of-location plugins with partners — get in touch. On the client side, the SDK bundles MockPlugin for development; ProofMode evidence comes from the ProofMode app.Example response
Errors
| Type | Status | Description |
|---|---|---|
internal | 500 | Failed to retrieve plugin list |
rate-limited | 429 | Too many requests |
unauthorized | 401 | Invalid or missing API key |
SDK: Location proofs
See the SDK documentation for client-side usage