exists

Check if a file or directory exists at the given path.

get

Check if a file or directory exists at the given path

Authorizations
Path parameters
connectionSlugstringRequired
Query parameters
pathstringRequired
Responses
200

The file or directory exists

application/json
get
GET /{connectionSlug}/exists HTTP/1.1
Host: api.sftpoverhttp.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "exists": true
}

Last updated