---
title: "Get Connections Endpoint"
method: GET
path: "/api/v1/users/{user_id}/connections"
tags: ["External: Connections"]
---

# Get Connections Endpoint

`GET /api/v1/users/{user_id}/connections`

Get all connections for a user, enriched with provider capability metadata.

## Path parameters

- `user_id` string, uuid, required

## Headers

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

## Response `200`

Successful Response

- UserConnectionWithCapabilities[]
  - `user_id` string, uuid, required
  - `provider` string, required
  - `provider_user_id` string, nullable
  - `provider_username` string, nullable
  - `scope` string, nullable
  - `id` string, uuid, required
  - `status` 'active' | 'revoked' | 'expired', required — Status of a user connection to a provider.
  - `last_synced_at` string, date-time, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `icon_url` string, nullable — Relative URL to provider icon (e.g., '/static/provider-icons/garmin.svg'). Resolve against the API base URL.
  - `max_historical_days` integer, nullable
  - `rest_pull` boolean
  - `webhook_stream` boolean
  - `webhook_ping` boolean
  - `webhook_callback` boolean
  - `live_sync_mode` 'pull' | 'webhook'
  - `linked_user_ids` string[]

## 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)
