validate_proof
Validate a proof token by verifying its signature, expiration, and revocation status, and optionally confirm it matches an expected identifier.
Instructions
Validate a proof token online. Checks the token signature, expiry, and revocation status against the server, and optionally that the proof is about the identifier you expect. Public endpoint — no API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | No | Optional: the identifier this proof should be about (phone, email, domain, ...). When supplied, a proof about anything else answers valid:false with reason "identifier_mismatch"; a proof of an encrypted decision answers "identifier_unverifiable". | |
| proof_token | Yes | The JWT proof token to validate |