/v1/apps/:appId/jwks
GET {{baseUrl}}/v1/apps/:appId/jwks
Returns the Json Web Key Set (public keys) of an app. These keys are used to verify JWTs sent to app backends.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"keys":[{"e":"\u003cstring\u003e","kid":"\u003cstring\u003e","kty":"\u003cstring\u003e","n":"\u003cstring\u003e","alg":"\u003cstring\u003e","use":"\u003cstring\u003e"},{"e":"\u003cstring\u003e","kid":"\u003cstring\u003e","kty":"\u003cstring\u003e","n":"\u003cstring\u003e","alg":"\u003cstring\u003e","use":"\u003cstring\u003e"}]}