v1

latestOpenAPI 3.0.0MIT2026-07-14102210128.7 KB
destination

List configured destinations for a workspace

post/v1/destinations/list

Request body

workspaceIdstring uuid required

Response

Successful operation

Example response

{
  "destinations": [
    {
      "connectionConfiguration": {
        "user": "charles"
      }
    }
  ]
}