GET
/
connections
/
{connectionId}
/
qwc
Get QWC file for a connection
curl --request GET \
  --url https://qubesync.com/api/v1/connections/{connectionId}/qwc \
  --header 'Authorization: Basic <encoded-value>'
"<string>"

Authorizations

Authorization
string
header
required

Use your app's API_KEY as the username, and leave the password blank

Path Parameters

connectionId
string<uuid>
required

ID of the connection

Response

200
application/xml

QWC file generated successfully

The response is of type string.