Skip to main content
GET
/
shares
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>"
      }
    ]
  }
}

Authorizations

X-API-Key
string
header
required

Response

Shares Response

status
string
required
Example:

"success"

statusCode
integer
required

Standard HTTP status codes.

Example:

200

result
object
required