Skip to main content
GET
/
.well-known
/
jwks.json
Get JWKS
curl --request GET \
  --url https://api.veryfront.com/.well-known/jwks.json \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    {
      "kty": "RSA",
      "use": "sig",
      "alg": "RS256",
      "kid": "<string>",
      "n": "<string>",
      "e": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Public JSON Web Key Set

keys
object[]
required

JSON Web Key Set