Skip to main content

CertificateRef

Short reference embedded in the proximity response so callers know where to fetch and verify the full certificate.

idstring
verification_urlstring

Public verification endpoint (no auth required).

json_urlstring

Full signed certificate JSON (auth required).

pdf_urlstring

PDF certificate with embedded QR code (auth required).

jwks_urlstring

JWK Set used to verify the signature.

issued_atstring
CertificateRef
{
"id": "string",
"verification_url": "string",
"json_url": "string",
"pdf_url": "string",
"jwks_url": "string",
"issued_at": "string"
}