v1

latestOpenAPI 3.0.0MIT2026-07-14102210128.7 KB
destination_definition_specification

Get specification for a destinationDefinition

post/v1/destination_definition_specifications/get

Request body

destinationDefinitionIdstring uuid required
workspaceIdstring uuid required

Response

Successful operation

{"stackTrail":"components:schemas:DestinationDefinitionSpecification","oasType":"schema","type":"unknown","description":"The specification for what values are required to configure the destinationDefinition.","example":{"user":{"type":"string"}}}
destinationDefinitionIdstring uuid required
documentationUrlstring
supportedDestinationSyncModesDestinationSyncMode[]

Example response

{
  "authSpecification": {
    "oauth2Specification": {
      "rootObject": [
        "path",
        1
      ]
    }
  },
  "connectionSpecification": {
    "user": {
      "type": "string"
    }
  }
}