Skip to main content
Grantiva signs attestation JWTs with RS256. Fetch the public key set from the standard JWKS endpoint to verify tokens on your backend — see Backend Verification for a full walkthrough.

Request

No authentication required.
GET /api/v1/attestation/public-key is a backward-compatible alias that returns the same document.

Response

Caching

Responses include Cache-Control: public, max-age=3600. Cache the key set and honor the header — keys change only on rotation. Standard JWT libraries (jwks-rsa, PyJWKClient, etc.) handle this automatically.

Errors