---
title: "Syncs blood sugar data from server to device."
method: GET
path: "/blood_sugars/sync"
tags: ["Blood Sugar"]
---

# Syncs blood sugar data from server to device.

`GET /blood_sugars/sync`

## Query parameters

- `process_token` string, byte
- `limit` integer

## Headers

- `HTTP_X_USER_ID` unknown
- `HTTP_X_FACILITY_ID` unknown

## Response `200`

blood sugar received

- object
  - `blood_sugars` BloodSugar[], nullable, required
    - `id` string, uuid, required
    - `blood_sugar_type` 'random' | 'post_prandial' | 'fasting' | 'hba1c', required
    - `blood_sugar_value` number, required
    - `deleted_at` string, date-time, nullable — Timestamp with millisecond precision.
    - `created_at` string, date-time, required — Timestamp with millisecond precision.
    - `updated_at` string, date-time, required — Timestamp with millisecond precision.
    - `recorded_at` string, date-time — Timestamp with millisecond precision.
    - `patient_id` string, uuid, required
    - `facility_id` string, uuid, required
    - `user_id` string, uuid, required
  - `process_token` string, byte, required — Token containing all the information needed to process batch requests from the user

## Other responses

- `403` — user is not allowed to sync

## Changes

- **2020-05-06** (v4) `63c76139e189` — 2 info
  - the endpoint scheme security `access_token AND user_id AND facility_id` was added to the API
  - the endpoint scheme security `basic` was removed from the API
- **2020-04-17** (v4) `44261500935e` — 2 info
  - the endpoint scheme security `basic` was added to the API
  - the endpoint scheme security `access_token AND user_id AND facility_id` was removed from the API

[Change history](https://skmtc.dev/simpledotorg/apis/untitled-api/changes/blood_sugars/sync/get.md)

---

[API](https://skmtc.dev/simpledotorg/apis/untitled-api.md) · [All operations](https://skmtc.dev/simpledotorg/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simpledotorg/untitled-api/revisions/31ffa1d07978/schema)
