{ "opencollection": "1.0.0", "info": { "name": "MOSTLY AI Platform REST About Connectors API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "X-MOSTLY-API-KEY", "value": "{{X-MOSTLY-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Connectors", "type": "folder" }, "items": [ { "info": { "name": "List connectors.", "type": "http" }, "http": { "method": "GET", "url": "https://app.mostly.ai/api/v2/connectors", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "searchTerm", "value": "", "type": "query" }, { "name": "visibility", "value": "", "type": "query" } ] }, "docs": "List connectors." }, { "info": { "name": "Create a connector.", "type": "http" }, "http": { "method": "POST", "url": "https://app.mostly.ai/api/v2/connectors", "params": [ { "name": "testConnection", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a connector." }, { "info": { "name": "Get a connector.", "type": "http" }, "http": { "method": "GET", "url": "https://app.mostly.ai/api/v2/connectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a connector." }, { "info": { "name": "Update a connector.", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.mostly.ai/api/v2/connectors/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "testConnection", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a connector." }, { "info": { "name": "Delete a connector.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.mostly.ai/api/v2/connectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a connector." }, { "info": { "name": "List locations available through a connector.", "type": "http" }, "http": { "method": "GET", "url": "https://app.mostly.ai/api/v2/connectors/:id/locations", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "prefix", "value": "", "type": "query" } ] }, "docs": "List locations available through a connector." }, { "info": { "name": "Retrieve schema for a connector location.", "type": "http" }, "http": { "method": "GET", "url": "https://app.mostly.ai/api/v2/connectors/:id/schema", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "query" } ] }, "docs": "Retrieve schema for a connector location." }, { "info": { "name": "Run a query through a connector.", "type": "http" }, "http": { "method": "POST", "url": "https://app.mostly.ai/api/v2/connectors/:id/query", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Run a query through a connector." }, { "info": { "name": "Read data through a connector.", "type": "http" }, "http": { "method": "POST", "url": "https://app.mostly.ai/api/v2/connectors/:id/read-data", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Read data through a connector." }, { "info": { "name": "Write data through a connector.", "type": "http" }, "http": { "method": "POST", "url": "https://app.mostly.ai/api/v2/connectors/:id/write-data", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Write data through a connector." } ] } ], "bundled": true }