---
title: "Sync with data source"
method: GET
path: "/v3/connectors/{connectorName}/update"
tags: ["connectors"]
---

# Sync with data source

`GET /v3/connectors/{connectorName}/update`

The update method tells the QM Connector Framework to check with the data provider (such as Fitbit or MyFitnessPal) and retrieve any new measurements available.

## Path parameters

- `connectorName` 'facebook' | 'fitbit' | 'github' | 'googlecalendar' | 'googlefit' | 'medhelper' | 'mint' | 'moodpanda' | 'moodscope' | 'myfitnesspal' | 'mynetdiary' | 'netatmo' | 'rescuetime' | 'runkeeper' | 'slack' | 'sleepcloud' | 'slice' | 'up' | 'whatpulse' | 'withings' | 'worldweatheronline' | 'foursquare' | 'strava' | 'gmail', required

## Query parameters

- `userId` number

## Response `200`

Connection Successful

## Other responses

- `401` — Not Authenticated
- `404` — Method not found. Could not execute the requested method.
- `500` — Error during update. Unsupported response from update().

---

[API](https://skmtc.net/quantimo/apis/curedao-unified-health-api.md) · [All operations](https://skmtc.net/quantimo/apis/curedao-unified-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quantimo/curedao-unified-health-api/versions/7ac03025c3d2/schema)
