{ "opencollection": "1.0.0", "info": { "name": "Seismic Analytics Content Analytics Data Sources API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Sources", "type": "folder" }, "items": [ { "info": { "name": "List Data Sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.seismic.com/integration/v2/livedocs/datasources", "params": [ { "name": "type", "value": "", "type": "query", "description": "Filter data sources by type." }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." } ] }, "docs": "Retrieves a list of configured data sources that can be used for LiveDoc generation, such as CRM connections." }, { "info": { "name": "Get a Data Source", "type": "http" }, "http": { "method": "GET", "url": "https://api.seismic.com/integration/v2/livedocs/datasources/:dataSourceId", "params": [ { "name": "dataSourceId", "value": "", "type": "path", "description": "Unique identifier of the data source." } ] }, "docs": "Retrieves details of a specific data source configuration." } ] } ], "bundled": true }