sftp-credentials
Create SFTP credentials
POST
Create SFTP credentials
Authorizations
This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.
Body
application/json
Example:
"sftp.example.com"
Example:
22
Example:
"sftpuser"
Available options:
PASSWORD, KEY Example:
"PASSWORD"
Required when auth_type is PASSWORD
Example:
"secure-password-123"
Required when auth_type is KEY (OpenSSH format)
Example:
"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\n...\n-----END OPENSSH PRIVATE KEY-----"
Response
SFTP credentials created
Example:
"sftp.example.com"
Example:
22
Example:
"sftpuser"
Available options:
PASSWORD, KEY Example:
"PASSWORD"
Example:
"ee5d0e45-b098-47bc-8217-e93790243dfa"
Example:
"SHA256:abc123..."
Create SFTP credentials
