List connections
List your active connections. No credentials returned.
GET Endpoint
GET https://pushftp.com/api/connections
Response
{
"connections": [
{
"id": "xyz789",
"name": "Production SFTP",
"type": "sftp",
"host": "sftp.example.com",
"defaultPath": "/uploads/",
"label": "Production SFTP (SFTP)"
}
]
}The label field is formatted for use in dynamic dropdowns (e.g., Zapier).