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

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Response

Public JSON Web Key Set

keys
object[]
required

JSON Web Key Set