Skip to main content
GET
Verify a signature proof (public)

Path Parameters

code
string
required

Public capability code of the proof (starts with G).

Response

The proof verification result. valid is true only when the proof is signed, not expired and not revoked; verified_live reports the live cryptographic re-verification of the signature.

proof_code
string
status
enum<string>
Available options:
issued,
signed,
expired,
revoked
valid
boolean
chain
string
address
string
purpose
string
statement
string
issued_at
string<date-time>
expires_at
string<date-time>
signed_at
string<date-time>
message_hash
string
signature
string
verified_live
boolean
revoked_at
string<date-time>
Last modified on August 22, 2026