curl --request POST \
--url 'https://edi.stateset.com/v1/verify' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Independently verifies the Ed25519 signatures on a set of VES events. This
is the buyer-facing proof of the verifiable-event architecture: anyone holding the public key can confirm an event chain is authentic and untampered…
POST
/
v1
/
verify
curl --request POST \
--url 'https://edi.stateset.com/v1/verify' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
is the buyer-facing proof of the verifiable-event architecture: anyone
holding the public key can confirm an event chain is authentic and
untampered. The same check runs client-side with
signing::verify.
Response
No response body. Per-event verification result.Status codes
| Code | Meaning |
|---|---|
200 | Per-event verification result |
422 | No public key available or unparseable body |
curl --request POST \
--url 'https://edi.stateset.com/v1/verify' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026