Skip to main content
POST
/
clients
Create client
curl --request POST \
  --url https://api.sftpsync.io/clients \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "Acme"
}'
{
  "id": "cl_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

Deprecated — alias for CreateConnectionParams.

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

Client

Deprecated — alias for Connection. Removed when API version 2024-09-01 sunsets on 2027-05-25.

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