cURL
curl --request GET \ --url https://your-domain.com/api/client/v1/servers/{id}/sftp \ --header 'Authorization: Bearer <token>'
{ "username": "<string>", "password": "<string>", "computedUsername": "<string>", "host": "<string>", "port": 123, "uri": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server UUID.
SFTP credentials