Returns FTP Account credentials for a Client
/ws/WsFtpAccount/api/{app_token}/mode/json/apiv/5?user_token={user_token}
Name | Req | Type | Description |
---|---|---|---|
apiv | integer | The api version; only version 5 supported. | |
app_token | string | The api token for the given account. You can find the api token when navigating through account->api accounts. | |
user_token | string | The user token of the user trying to access the account. |
Name |
---|
{ "response": { "success": { "code": 1216, "message": "Ftp account found", "details": "" }, "WsFtpAccountResponse": { "ftpaccount": [ { "host": "FTPHOST", "username": "FTPUSERNAME", "password": "FTPPASSWORD" } ] } } }