v1

latestOpenAPI 3.0.0MIT2026-07-14102210128.7 KB
destination

Search destinations

post/v1/destinations/search

Request body

{"stackTrail":"components:schemas:DestinationConfiguration","oasType":"schema","type":"unknown","description":"The values required to configure the destination. The schema for this must match the schema return by destination_definition_specifications/get for the destinationDefinition.","example":{"user":"charles"}}
destinationDefinitionIdstring uuid
destinationIdstring uuid
destinationNamestring
namestring
workspaceIdstring uuid

Example request

{
  "connectionConfiguration": {
    "user": "charles"
  }
}

Response

Successful operation

Example response

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