Get Device Provider Status

Overview

get_device_provider_status checks whether the current user is connected to a single device provider (e.g. Fitbit, Garmin). For checking many device providers at once, use list_device_providers instead, which already returns connected status per provider.

Required Parameters

connection_id (string)

  • The device provider's connection identifier — same value as slug from list_device_providers.

Returns

  • connected — whether the current user has connected this provider.

Notes

This is a lightweight, DB-only check with no live provider round-trip. Prefer list_device_providers unless you specifically need a single-provider lookup.


Did this page help you?