cURL
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" } ] }
Returns the public key in JWKS format for JWT token verification. This endpoint is PUBLIC and requires no authentication.
JWKS Compliance:
Why this endpoint is public:
The endpoint delegates to the app’s workspace key infrastructure.
App ID
successful
Array of JSON Web Keys
Show child attributes
Was this page helpful?