{ "opencollection": "1.0.0", "info": { "name": "Scalekit Admin Portal Connections API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "List connections", "type": "http" }, "http": { "method": "GET", "url": "https://{environment}.scalekit.com/api/v1/connections", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Maximum number of results per page." }, { "name": "page_token", "value": "", "type": "query", "description": "Opaque token for the next page of results." }, { "name": "organization_id", "value": "", "type": "query", "description": "Filter connections by organization." } ] }, "docs": "Retrieve a list of SSO connections in the environment." }, { "info": { "name": "List an organization's connections", "type": "http" }, "http": { "method": "GET", "url": "https://{environment}.scalekit.com/api/v1/organizations/:organization_id/connections", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Organization identifier." } ] }, "docs": "List an organization's connections" }, { "info": { "name": "Get a connection", "type": "http" }, "http": { "method": "GET", "url": "https://{environment}.scalekit.com/api/v1/organizations/:organization_id/connections/:id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Organization identifier." }, { "name": "id", "value": "", "type": "path", "description": "Connection identifier." } ] }, "docs": "Retrieve configuration and status details for a specific SSO connection." } ] } ], "bundled": true }