{ "opencollection": "1.0.0", "info": { "name": "Xceptor Document Upload Authentication Data Sources API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Sources", "type": "folder" }, "items": [ { "info": { "name": "Xceptor List Data Sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.xceptor.com/v1/datasources", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number for pagination (1-based)" }, { "name": "page_size", "value": "", "type": "query", "description": "The number of items per page" }, { "name": "type", "value": "", "type": "query", "description": "Filter by data source type" } ] }, "docs": "Retrieves a list of configured data sources available in the Xceptor platform. Data sources represent connections to external systems from which data is ingested or to which data is exported, including databases, cloud storage, messaging systems, and file systems." }, { "info": { "name": "Xceptor Get Data Source Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.xceptor.com/v1/datasources/:datasourceId", "params": [ { "name": "datasourceId", "value": "", "type": "path", "description": "The unique identifier of the data source" } ] }, "docs": "Retrieves the configuration details of a specific data source, including its connection parameters, status, and usage statistics." } ] } ], "bundled": true }