ping
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
}
Last updated