{ "opencollection": "1.0.0", "info": { "name": "Unstructured Partition channels destinations API", "version": "1.5.58" }, "request": { "auth": { "type": "apikey", "key": "unstructured-api-key", "value": "{{unstructured-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "destinations", "type": "folder" }, "items": [ { "info": { "name": "List destination connectors", "type": "http" }, "http": { "method": "GET", "url": "https://api.unstructuredapp.io/api/v1/destinations/", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "destination_type", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of available destination connectors." }, { "info": { "name": "Create destination connector", "type": "http" }, "http": { "method": "POST", "url": "https://api.unstructuredapp.io/api/v1/destinations/", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new destination connector using the provided configuration and name." }, { "info": { "name": "Get destination connector", "type": "http" }, "http": { "method": "GET", "url": "https://api.unstructuredapp.io/api/v1/destinations/:destination_id", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "destination_id", "value": "", "type": "path" } ] }, "docs": "Retrieve detailed information for a specific destination connector by its ID." }, { "info": { "name": "Update destination connector", "type": "http" }, "http": { "method": "PUT", "url": "https://api.unstructuredapp.io/api/v1/destinations/:destination_id", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "destination_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the configuration of an existing destination connector." }, { "info": { "name": "Delete destination connector", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.unstructuredapp.io/api/v1/destinations/:destination_id", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "destination_id", "value": "", "type": "path" } ] }, "docs": "Delete a specific destination connector by its ID." }, { "info": { "name": "Get the latest destination connector connection check", "type": "http" }, "http": { "method": "GET", "url": "https://api.unstructuredapp.io/api/v1/destinations/:destination_id/connection-check", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "destination_id", "value": "", "type": "path" } ] }, "docs": "Retrieves the most recent connection check for the specified destination connector." }, { "info": { "name": "Create destination connection check", "type": "http" }, "http": { "method": "POST", "url": "https://api.unstructuredapp.io/api/v1/destinations/:destination_id/connection-check", "headers": [ { "name": "unstructured-api-key", "value": "" } ], "params": [ { "name": "destination_id", "value": "", "type": "path" } ] }, "docs": "Initiate a connection check for the destination connector" } ] } ], "bundled": true }