Skip to main content
GET
/
clients
/
{id}
Get client
curl --request GET \
  --url https://api.sftpsync.io/clients/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "sftpUsername": "<string>",
  "sftpPassword": "<string>",
  "sftpPrivateKey": "<string>",
  "sftpPassphrase": "<string>",
  "useHostedSFTP": true,
  "awsUserName": "<string>",
  "awsPublicKey": "<string>",
  "awsPassword": "<string>",
  "ipWhitelist": [
    "<string>"
  ],
  "workspaceId": "<string>",
  "sftpServerDataId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

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