{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin sso API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "sso", "type": "folder" }, "items": [ { "info": { "name": "sso-showSignInWithSSO", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/sso.showSignInWithSSO" } }, { "info": { "name": "sso-listProviders", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/sso.listProviders" } }, { "info": { "name": "sso-getTrustedOrigins", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/sso.getTrustedOrigins" } }, { "info": { "name": "sso-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/sso.one", "params": [ { "name": "providerId", "value": "", "type": "query" } ] } }, { "info": { "name": "sso-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/sso.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "sso-deleteProvider", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/sso.deleteProvider", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "sso-register", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/sso.register", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "sso-addTrustedOrigin", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/sso.addTrustedOrigin", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "sso-removeTrustedOrigin", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/sso.removeTrustedOrigin", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "sso-updateTrustedOrigin", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/sso.updateTrustedOrigin", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }