Returns the configured shares on your proxybox.
cURL
curl --request GET \ --url https://pbx-{proxyboxId}.pbxz.io/api/v1/shares \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "statusCode": 123, "result": { "module": "<string>", "message": "<string>", "content": [ { "sharePath": "<string>", "alias": "<string>", "username": "<string>", "password": "<string>", "server": "<string>", "browsable": true, "uuid": "<string>" } ] } }
Shares Response
"success"
Standard HTTP status codes.
200
Show child attributes