Skip to main content
POST
/
connections
Create connection
curl --request POST \
  --url https://api.sftpsync.io/connections \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "Acme"
}'
{
  "id": "conn_123",
  "name": "Acme"
}

Documentation Index

Fetch the complete documentation index at: https://docs.filefeed.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required
sftpUsername
string
sftpPassword
string
sftpPrivateKey
string
sftpPassphrase
string
useHostedSFTP
boolean
awsUserName
string
awsPublicKey
string
awsPassword
string
ipWhitelist
string[]
sftpServerDataId
string

Response

200 - application/json

Connection

An SFTP / Email / API endpoint with its credentials. Canonical name as of API version 2026-05-25 (formerly Client).

id
string
required
name
string
required
workspaceId
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
sftpUsername
string
sftpPassword
string
sftpPrivateKey
string
sftpPassphrase
string
useHostedSFTP
boolean
awsUserName
string
awsPublicKey
string
awsPassword
string
ipWhitelist
string[]
sftpServerDataId
string