Fetch a certificate's full signed manifest plus the base64 Ed25519 signature. This is the body you verify against the public key — see the verify page for code samples.
{
"cert_id": "cer_01KS9QWHV7PHETYGQAYMHB3DM6",
"verdict": "verified",
"revoked": false,
"issued_at": "2026-05-26T08:13:42.000Z",
"standard": "TO-1.0",
"master": { "sha256": "a1b2…" },
"artist": { "handle": "marasings", "display_name": "Mara Vex" },
"track": { "title": "Lighthouse" },
"manifest": { /* canonical signed body */ },
"signature": "base64-encoded-ed25519-sig",
"public_url": "/cert/cer_01KS9QWHV7PHETYGQAYMHB3DM6"
}