SFTP Servers

Validate an SFTP destination

Validates the SFTP destination connection profile without persisting any changes. Returns any connectivity or configuration errors.

post/v6/sftp-destinations/{sftpDestinationId}/validate

Path parameters

sftpDestinationIdstring required

Response

Successful response

reasonstring required
status'FAIL' | 'PASS' required

Example response

{
  "sftp_destination": {
    "created_date": "2025-10-24T02:00:00-07:00",
    "updated_date": "2025-10-24T02:00:00-07:00"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.