| Name | Method | Path |
|---|---|---|
| List destination connectors | GET | /api/v1/destinations/ |
| Get destination connector | GET | /api/v1/destinations/{destination_id} |
| Create destination connector | POST | /api/v1/destinations/ |
| Update destination connector | PUT | /api/v1/destinations/{destination_id} |
| Delete destination connector | DELETE | /api/v1/destinations/{destination_id} |
| Get destination connection check | GET | /api/v1/destinations/{destination_id}/connection-check |
| Create destination connection check | POST | /api/v1/destinations/{destination_id}/connection-check |
Destination
Destination endpoints
Manage the destination connectors that receive processed document data from your Unstructured workflows. Create and configure connections to storage systems, verify connectivity, and keep connectors up to date.

