Check a Qscore seal's current validity (public)
Public endpoint (no credentials) behind the Qscore seal a company activates with POST /v1/qscore/my-seal. The code is cryptographically signed: a tampered or made-up one answers 404 with valid: false. Eligibility is evaluated LIVE on every call: the band (A or B) is shown only while the seal is active AND the subject still qualifies (band A/B with an evaluation no older than 90 days). A seal that no longer qualifies answers seal_status: not_current — anti-oracle: the band it fell to, the numeric score and the reason are never revealed. The numeric score NEVER appears on any public surface. Browsers get a branded HTML page (Accept: text/html); API clients get JSON. Rate limited per IP.
Path Parameters
Public verification code of the seal (the verify_code field of the seal resource).
Response
The seal state, evaluated live.