Skip to content

Get the JSON Web Key Set

GET
/.well-known/jwks.json
curl --request GET \
--url https://api.mintall.ai/api/v1/.well-known/jwks.json

Public keys for verifying the RS256 signature on a certificate’s proof.jwt, in the JWK Set format of RFC 7517.

Keys are stable across certificate issuance, so a client can cache the set and verify certificates offline. Match the JWT header’s kid against the kid of a key in the set.

Successful Response

Media typeapplication/json
Response Get-Jwks
object
key
additional properties
any
Examplegenerated
{}