cURL
curl --request GET \ --url https://qubesync.com/api/v1/connections \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "last_connected_at": "2023-01-01T12:00:00Z", "app_id": "550e8400-e29b-41d4-a716-446655440000", "company_file": "My Company File.QBW", "username": "550e8400-e29b-41d4-a716-446655440001" } ] }
Returns a list of all connections for the authenticated application
Use your app's API_KEY as the username, and leave the password blank
A list of connections
The response is of type object.
object