Skip to main content
GET
Get Destination Config Comparison

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

destination_id
string
required

Response

Successful Response

Comparison of the current connector config against the original recorded config.

has_changes
boolean
default:false

Whether the current config differs from the original

oldest_timestamp
string<date-time> | null

Timestamp of the original recorded config

latest_timestamp
string<date-time> | null

Timestamp of the latest recorded config

masked_diff
string
default:""

Unified diff (secret-masked) of original vs current config