{ "opencollection": "1.0.0", "info": { "name": "JumpCloud API V1 Application Templates Applications API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List SSO/SAML applications", "type": "http" }, "http": { "method": "GET", "url": "https://console.jumpcloud.com/api/applications" }, "docs": "Returns the list of configured SSO/SAML applications for the organization." }, { "info": { "name": "Create an SSO/SAML application", "type": "http" }, "http": { "method": "POST", "url": "https://console.jumpcloud.com/api/applications" }, "docs": "Creates a new SSO/SAML application in the organization." }, { "info": { "name": "Retrieve an application", "type": "http" }, "http": { "method": "GET", "url": "https://console.jumpcloud.com/api/applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "Retrieve an application" }, { "info": { "name": "Update an application", "type": "http" }, "http": { "method": "PUT", "url": "https://console.jumpcloud.com/api/applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "Update an application" }, { "info": { "name": "Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "https://console.jumpcloud.com/api/applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "Delete an application" } ] } ], "bundled": true }