{ "opencollection": "1.0.0", "info": { "name": "Census Management Connectors Sources API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "List sources", "type": "http" }, "http": { "method": "GET", "url": "https://app.getcensus.com/api/v1/sources", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of records per page." } ] }, "docs": "Returns the source connections configured in the workspace." }, { "info": { "name": "Create a source", "type": "http" }, "http": { "method": "POST", "url": "https://app.getcensus.com/api/v1/sources", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new source connection in the workspace." }, { "info": { "name": "Fetch a source", "type": "http" }, "http": { "method": "GET", "url": "https://app.getcensus.com/api/v1/sources/:source_id", "params": [ { "name": "source_id", "value": "", "type": "path" } ] }, "docs": "Fetch a source" }, { "info": { "name": "List source objects", "type": "http" }, "http": { "method": "GET", "url": "https://app.getcensus.com/api/v1/sources/:source_id/objects", "params": [ { "name": "source_id", "value": "", "type": "path" } ] }, "docs": "Lists the tables, views, and models available in the source." } ] } ], "bundled": true }