---
title: "Get user data sources"
method: GET
path: "/api/v1/users/{user_id}/data-sources"
tags: ["External: Data Sources"]
---

# Get user data sources

`GET /api/v1/users/{user_id}/data-sources`

## Path parameters

- `user_id` string, uuid, required — User ID

## Headers

- `X-Open-Wearables-API-Key` string, nullable

## Response `200`

Successful Response

- DataSourceListResponse
  - `items` DataSourceResponse[], required
    - `id` string, uuid, required
    - `user_id` string, uuid, required
    - `provider` 'apple' | 'samsung' | 'garmin' | 'google' | 'polar' | 'suunto' | 'whoop' | 'strava' | 'oura' | 'fitbit' | 'ultrahuman' | 'sensorbio' | 'unknown' | 'internal', required — Supported data providers.
    - `user_connection_id` string, uuid, nullable
    - `device_model` string, nullable
    - `software_version` string, nullable
    - `source` string, nullable
    - `device_type` string, nullable
    - `original_source_name` string, nullable
    - `display_name` string, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
