{ "opencollection": "1.0.0", "info": { "name": "JumpCloud API V1 Application Templates API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Application Templates", "type": "folder" }, "items": [ { "info": { "name": "List SSO/SAML application templates", "type": "http" }, "http": { "method": "GET", "url": "https://console.jumpcloud.com/api/application-templates" }, "docs": "Returns the list of pre-built application templates available for SSO/SAML integration." }, { "info": { "name": "Retrieve an application template", "type": "http" }, "http": { "method": "GET", "url": "https://console.jumpcloud.com/api/application-templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "Returns a specific application template by its identifier." } ] } ], "bundled": true }