LogoLogo
Dashboard
  • 💾Introduction
  • 🚀Getting started
  • 🔌Connections
  • 🔑Authentication and API Keys
  • 🛠️Transformers
  • API Docs
    • append
    • exists
    • list
    • mkdir
    • ping
    • read
    • rmdir
    • unlink
    • stat
    • write
Powered by GitBook
On this page
  1. API Docs

ping

PreviousmkdirNextread

Last updated 1 year ago

Tests the reachability of the remote host.

get

Ping the SFTP server

Authorizations
Path parameters
connectionSlugstringRequired
Responses
200
The server is reachable
application/json
404
The server is not reachable
get
GET /{connectionSlug}/ping HTTP/1.1
Host: api.sftpoverhttp.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "ping": true
}