{ "opencollection": "1.0.0", "info": { "name": "Vectorize AI Platform Connectors Source Connectors API", "version": "0.1.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Source Connectors", "type": "folder" }, "items": [ { "info": { "name": "List source connectors", "type": "http" }, "http": { "method": "GET", "url": "https://api.vectorize.io/v1/org/:organizationId/connectors/sources", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Vectorize organization identifier." } ] }, "docs": "List source connectors" }, { "info": { "name": "Create a source connector", "type": "http" }, "http": { "method": "POST", "url": "https://api.vectorize.io/v1/org/:organizationId/connectors/sources", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Vectorize organization identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a source connector" }, { "info": { "name": "Retrieve a source connector", "type": "http" }, "http": { "method": "GET", "url": "https://api.vectorize.io/v1/org/:organizationId/connectors/sources/:sourceConnectorId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Vectorize organization identifier." }, { "name": "sourceConnectorId", "value": "", "type": "path" } ] }, "docs": "Retrieve a source connector" }, { "info": { "name": "Update a source connector", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.vectorize.io/v1/org/:organizationId/connectors/sources/:sourceConnectorId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Vectorize organization identifier." }, { "name": "sourceConnectorId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a source connector" }, { "info": { "name": "Delete a source connector", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vectorize.io/v1/org/:organizationId/connectors/sources/:sourceConnectorId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Vectorize organization identifier." }, { "name": "sourceConnectorId", "value": "", "type": "path" } ] }, "docs": "Delete a source connector" }, { "info": { "name": "Add a user to a source connector", "type": "http" }, "http": { "method": "POST", "url": "https://api.vectorize.io/v1/org/:organizationId/connectors/sources/:sourceConnectorId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Vectorize organization identifier." }, { "name": "sourceConnectorId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a user to a source connector" }, { "info": { "name": "Update a user in a source connector", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.vectorize.io/v1/org/:organizationId/connectors/sources/:sourceConnectorId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Vectorize organization identifier." }, { "name": "sourceConnectorId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a user in a source connector" }, { "info": { "name": "Remove a user from a source connector", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vectorize.io/v1/org/:organizationId/connectors/sources/:sourceConnectorId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Vectorize organization identifier." }, { "name": "sourceConnectorId", "value": "", "type": "path" } ] }, "docs": "Remove a user from a source connector" } ] } ], "bundled": true }