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 |
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: Verify
See the SDK documentation for client-side usage