GET
/
connections
/
{connectionId}
Get connection by ID
curl --request GET \
  --url https://qubesync.com/api/v1/connections/{connectionId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "app_id": "550e8400-e29b-41d4-a716-446655440000",
    "username": "550e8400-e29b-41d4-a716-446655440001",
    "company_file": "My Company File.QBW",
    "last_connected_at": "2023-01-01T12:00:00Z"
  }
}

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 to return

Response

200
application/json

Connection found

The response is of type object.