cURL
curl --request POST \ --url https://qubesync.com/api/v1/connections/{connectionId}/password \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "password": "<string>" }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "password": "<string>" }
Generates a new password or sets a specific password for a connection
Use your app's API_KEY as the username, and leave the password blank
ID of the connection
Password generated/set successfully
The response is of type object.
object