read
Reads the contents of a file.
get
Read the contents of a file
Authorizations
Path parameters
connectionSlugstringRequired
Query parameters
pathstringRequired
transformerstring · enumOptionalPossible values:
Responses
200
The file was read
application/json
Responseone of
or
400
The request was malformed
get
GET /{connectionSlug}/read HTTP/1.1
Host: api.sftpoverhttp.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"read": "binary"
}
Last updated