{ "opencollection": "1.0.0", "info": { "name": "WorkOS admin-portal user-management.session-tokens API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "user-management.session-tokens", "type": "folder" }, "items": [ { "info": { "name": "Get JWKS", "type": "http" }, "http": { "method": "GET", "url": "https://api.workos.com/sso/jwks/:clientId", "params": [ { "name": "clientId", "value": "", "type": "path", "description": "Identifies the application making the request to the WorkOS server. You can obtain your client ID from the [API Keys](https://dashboard.workos.com/api-keys) page in the dashboard." } ] }, "docs": "Returns the JSON Web Key Set (JWKS) containing the public keys used for verifying access tokens." } ] } ], "bundled": true }