v1

latestOpenAPI 3.0.0MIT2026-07-14102210128.7 KB
destination

Check connection for a proposed update to a destination

post/v1/destinations/check_connection_for_update

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"}}
destinationIdstring uuid required
namestring required

Example request

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

Response

Successful operation

messagestring
status'succeeded' | 'failed' required