Skip to main content
GET
/
clients
List clients
curl --request GET \
  --url https://api.sftpsync.io/clients \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "cl_123",
    "name": "Acme"
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Clients

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