Skip to main content
GET
/
v1
/
auth
/
{app_id}
/
jwks
Get JWKS (JSON Web Key Set) for JWT verification
curl --request GET \
  --url https://{defaultHost}/v1/auth/{app_id}/jwks
{
  "keys": [
    {
      "kty": "RSA",
      "use": "sig",
      "kid": "ws_123_1640995200",
      "alg": "RS256",
      "n": "xUcRA7Inlw4YWJxZxBhozOHt0C3EPDrZWz9nWtNOvxtgYpS2",
      "e": "AQAB"
    }
  ]
}

Path Parameters

app_id
string
required

App ID

Response

successful

keys
object[]
required

Array of JSON Web Keys