Fetch a signed certificate (JSON or PDF)
GET/v2/certificates/:id
Returns the complete signed certificate. Content-negotiated:
Accept: application/pdf→ printable A4 PDF with a QR code that links to the public verify endpoint. Suitable for compliance officers and auditor handoffs.Accept: application/json(default) → signed JSON payload, for verifier libraries.?format=pdf→ same asAccept: application/pdf, useful for QR-target URLs and direct browser links that can't easily set headers.
Request
Responses
- 200
- 404
Signed certificate (JSON by default, PDF via content negotiation)
Certificate not found