{ "opencollection": "1.0.0", "info": { "name": "WorkOS admin-portal application.client-secrets API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "application.client-secrets", "type": "folder" }, "items": [ { "info": { "name": "List Client Secrets for a Connect Application", "type": "http" }, "http": { "method": "GET", "url": "https://api.workos.com/connect/applications/:id/client_secrets", "params": [ { "name": "id", "value": "", "type": "path", "description": "The application ID or client ID of the Connect Application." } ] }, "docs": "List all client secrets associated with a Connect Application." }, { "info": { "name": "Create a New Client Secret for a Connect Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.workos.com/connect/applications/:id/client_secrets", "params": [ { "name": "id", "value": "", "type": "path", "description": "The application ID or client ID of the Connect Application." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create new secrets for a Connect Application." }, { "info": { "name": "Delete a Client Secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.workos.com/connect/client_secrets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the client secret." } ] }, "docs": "Delete (revoke) an existing client secret." } ] } ], "bundled": true }