Skip to main content
POST
/
destination
/
list
Python
from unstructured import UnstructuredClient

client = UnstructuredClient(
    username="My Username",
    password="My Password",
)
destinations = client.destination.list()
print(destinations.connectors)
{
  "connectors": {}
}

Response

Successful Response

connectors
Connectors · object
required