GET
/
connections
List all connections
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

A list of connections

The response is of type object.