cURL
curl --request GET \ --url https://app.dromo.io/api/v1/headless/sftp/credentials/ \ --header 'X-Dromo-License-Key: <api-key>'
{ "count": 2, "next": null, "previous": null, "results": [ { "hostname": "sftp.example.com", "port": 22, "user": "sftpuser", "auth_type": "PASSWORD", "id": "ee5d0e45-b098-47bc-8217-e93790243dfa", "key_fingerprint": "SHA256:abc123..." } ] }
This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.
List of SFTP credentials
2
null
Show child attributes