---
title: "Get global provider priorities"
method: GET
path: "/api/v1/priorities/providers"
tags: ["Internal: Priorities"]
---

# Get global provider priorities

`GET /api/v1/priorities/providers`

## Response `200`

Successful Response

- ProviderPriorityListResponse
  - `items` ProviderPriorityResponse[], required
    - `provider` 'apple' | 'samsung' | 'garmin' | 'google' | 'polar' | 'suunto' | 'whoop' | 'strava' | 'oura' | 'fitbit' | 'ultrahuman' | 'sensorbio' | 'unknown' | 'internal', required — Supported data providers.
    - `priority` integer, required
    - `id` string, uuid, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Changes

- **2026-07-26** `e8a9270a1ee1` — 1 warning
  - added the new `sensorbio` enum value to the `items/items/provider` response property for the response status `200`

[Change history](https://skmtc.dev/openwearables/apis/open-wearables-api/changes/api/v1/priorities/providers/get.md)

---

[API](https://skmtc.dev/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.dev/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc.dev/openwearables/apis/open-wearables-api/revisions/427d02add648?raw)
