Open Connector
所有 Tools

Fitbit logoFitbit

Catalog 暂无描述。

fitbitvcatalog-v1122 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "FITBIT_ADD_ACTIVITIES_LOG",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("FITBIT_ADD_ACTIVITIES_LOG", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute FITBIT_ADD_ACTIVITIES_LOG --data '{ }'

Tool 目录

可用 Tools

122 个可调用操作

Log ActivityFITBIT_ADD_ACTIVITIES_LOGThe Log Activity endpoint creates log entry for an activity or user's private custom activity using units in the unit system which corresponds to the Accept-Language header provided (or using optional custom distanceUnit) and get a response in the format requested.

The Log Activity endpoint creates log entry for an activity or user's private custom activity using units in the unit system which corresponds to the Accept-Language header provided (or using optional custom distanceUnit) and get a response in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Add AlarmFITBIT_ADD_ALARMSAdds the alarm settings to a given ID for a given device.

Adds the alarm settings to a given ID for a given device.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Devices
Log Body FatFITBIT_ADD_BODY_FAT_LOGCreates a log entry for body fat and returns a response in the format requested.

Creates a log entry for body fat and returns a response in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Add Favorite ActivityFITBIT_ADD_FAVORITE_ACTIVITIESAdds the activity with the given ID to user's list of favorite activities.

Adds the activity with the given ID to user's list of favorite activities.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Add Favorite FoodFITBIT_ADD_FAVORITE_FOODUpdates a user's daily activity goals and returns a response using units in the unit system which corresponds to the Accept-Language header provided.

Updates a user's daily activity goals and returns a response using units in the unit system which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Create FoodFITBIT_ADD_FOODSCreates a new private food for a user and returns a response in the format requested. The created food is found via the Search Foods call.

Creates a new private food for a user and returns a response in the format requested. The created food is found via the Search Foods call.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Log FoodFITBIT_ADD_FOODS_LOGCreates food log entries for users with or without foodId value.

Creates food log entries for users with or without foodId value.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Create MealFITBIT_ADD_MEALCreates a meal with the given food contained in the post body.

Creates a meal with the given food contained in the post body.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Log SleepFITBIT_ADD_SLEEPCreates a log entry for a sleep event and returns a response in the format requested.

Creates a log entry for a sleep event and returns a response in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Sleep
Add a SubscriptionFITBIT_ADD_SUBSCRIPTIONSAdds a subscription in your application so that users can get notifications and return a response in the format requested. The subscription-id value provides a way to associate an update with a particular user stream in your application.

Adds a subscription in your application so that users can get notifications and return a response in the format requested. The subscription-id value provides a way to associate an update with a particular user stream in your application.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Subscriptions
Update Activity GoalsFITBIT_ADD_UPDATE_ACTIVITIES_GOALSUpdates a user's daily or weekly activity goals and returns a response using units in the unit system which corresponds to the Accept-Language header provided.

Updates a user's daily or weekly activity goals and returns a response using units in the unit system which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Update Food GoalFITBIT_ADD_UPDATE_FOODS_GOALUpdates a user's daily calories consumption goal or food plan and returns a response in the format requested.

Updates a user's daily calories consumption goal or food plan and returns a response in the format requested.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Update Water GoalFITBIT_ADD_UPDATE_WATER_GOALUpdates a user's daily calories consumption goal or food plan and returns a response in the format requested.

Updates a user's daily calories consumption goal or food plan and returns a response in the format requested.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Log WaterFITBIT_ADD_WATER_LOGCreates a log entry for water using units in the unit systems that corresponds to the Accept-Language header provided.

Creates a log entry for water using units in the unit systems that corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Log WeightFITBIT_ADD_WEIGHT_LOGCreates log entry for a body weight using units in the unit systems that corresponds to the Accept-Language header provided and gets a response in the format requested.

Creates log entry for a body weight using units in the unit systems that corresponds to the Accept-Language header provided and gets a response in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Delete Activity LogFITBIT_DELETE_ACTIVITIES_LOGDeletes a user's activity log entry with the given ID.

Deletes a user's activity log entry with the given ID.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Delete AlarmFITBIT_DELETE_ALARMSDeletes the user's device alarm entry with the given ID for a given device.

Deletes the user's device alarm entry with the given ID for a given device.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Devices
Delete Body Fat LogFITBIT_DELETE_BODY_FAT_LOGDeletes a user's body fat log entry with the given ID.

Deletes a user's body fat log entry with the given ID.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Delete Favorite ActivityFITBIT_DELETE_FAVORITE_ACTIVITIESRemoves the activity with the given ID from a user's list of favorite activities.

Removes the activity with the given ID from a user's list of favorite activities.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Delete Favorite FoodFITBIT_DELETE_FAVORITE_FOODDeletes a food with the given ID to the user's list of favorite foods.

Deletes a food with the given ID to the user's list of favorite foods.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Delete Custom FoodFITBIT_DELETE_FOODSDeletes custom food for a user and returns a response in the format requested.

Deletes custom food for a user and returns a response in the format requested.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Delete Food LogFITBIT_DELETE_FOODS_LOGDeletes a user's food log entry with the given ID.

Deletes a user's food log entry with the given ID.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Delete MealFITBIT_DELETE_MEALDeletes a user's meal with the given meal id.

Deletes a user's meal with the given meal id.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Delete Sleep LogFITBIT_DELETE_SLEEPDeletes a user's sleep log entry with the given ID.

Deletes a user's sleep log entry with the given ID.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Sleep
Delete a SubscriptionFITBIT_DELETE_SUBSCRIPTIONSDeletes a subscription for a user..

Deletes a subscription for a user..

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Subscriptions
Delete Water LogFITBIT_DELETE_WATER_LOGDeletes a user's water log entry with the given ID.

Deletes a user's water log entry with the given ID.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Delete Weight LogFITBIT_DELETE_WEIGHT_LOGDeletes a user's body weight log entrywith the given ID.

Deletes a user's body weight log entrywith the given ID.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Edit Food LogFITBIT_EDIT_FOODS_LOGThe Edit Food Log endpoint changes the quantity or calories consumed for a user's food log entry with the given Food Log ID.

The Edit Food Log endpoint changes the quantity or calories consumed for a user's food log entry with the given Food Log ID.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get Activity Summary by DateFITBIT_GET_ACTIVITIES_BY_DATERetrieves a summary and list of a user's activities and activity log entries for a given day.

Retrieves a summary and list of a user's activities and activity log entries for a given day.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Get Activity GoalsFITBIT_GET_ACTIVITIES_GOALSRetreives a user's current daily or weekly activity goals using measurement units as defined in the unit system, which corresponds to the Accept-Language header provided.

Retreives a user's current daily or weekly activity goals using measurement units as defined in the unit system, which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Get Lifetime StatsFITBIT_GET_ACTIVITIES_LOGUpdates a user's daily activity goals and returns a response using units in the unit system which corresponds to the Accept-Language header provided.

Updates a user's daily activity goals and returns a response using units in the unit system which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Get Activity Log ListFITBIT_GET_ACTIVITIES_LOG_LISTRetreives a list of user's activity log entries before or after a given day with offset and limit using units in the unit system which corresponds to the Accept-Language header provided.

Retreives a list of user's activity log entries before or after a given day with offset and limit using units in the unit system which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Get Intraday Time SeriesFITBIT_GET_ACTIVITIES_RESOURCE_BY_DATE_INTRADAYReturns the Intraday Time Series for a given resource in the format requested.

Returns the Intraday Time Series for a given resource in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity Intraday Time Series
Get Activity Time SeriesFITBIT_GET_ACTIVITIES_RESOURCE_BY_DATE_PERIODReturns time series data in the specified range for a given resource in the format requested using units in the unit system that corresponds to the Accept-Language header provided.

Returns time series data in the specified range for a given resource in the format requested using units in the unit system that corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity Time Series
Get Activity Resource by Date RangeFITBIT_GET_ACTIVITIES_RESOURCE_BY_DATE_RANGEReturns activities time series data in the specified range for a given resource.

Returns activities time series data in the specified range for a given resource.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity Time Series
Get Activity Intraday Time SeriesFITBIT_GET_ACTIVITIES_RESOURCE_BY_DATE_RANGE_INTRADAYReturns the Activity Intraday Time Series for a given resource in the format requested.

Returns the Activity Intraday Time Series for a given resource in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity Intraday Time Series
Get Activity Intraday Time SeriesFITBIT_GET_ACTIVITIES_RESOURCE_BY_DATE_RANGE_TIME_SERIES_INTRADAYReturns the Intraday Time Series for a given resource in the format requested.

Returns the Intraday Time Series for a given resource in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity Intraday Time Series
Get Intraday Time SeriesFITBIT_GET_ACTIVITIES_RESOURCE_BY_DATE_TIME_SERIES_INTRADAYReturns the Intraday Time Series for a given resource in the format requested.

Returns the Intraday Time Series for a given resource in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity Intraday Time Series
Get Activity TCXFITBIT_GET_ACTIVITIES_TCXRetreives the details of a user's location and heart rate data during a logged exercise activity.

Retreives the details of a user's location and heart rate data during a logged exercise activity.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Get Activity Time SeriesFITBIT_GET_ACTIVITIES_TRACKER_RESOURCE_BY_DATE_PERIODReturns time series data in the specified range for a given resource in the format requested using units in the unit system that corresponds to the Accept-Language header provided.

Returns time series data in the specified range for a given resource in the format requested using units in the unit system that corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity Time Series
Get Activity Tracker Resource by Date Range Time SeriesFITBIT_GET_ACTIVITIES_TRACKER_RESOURCE_BY_DATE_RANGEReturns time series data in the specified range for a given resource.

Returns time series data in the specified range for a given resource.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity Time Series
Get Activity TypeFITBIT_GET_ACTIVITIES_TYPE_DETAILReturns the detail of a specific activity in the Fitbit activities database in the format requested. If activity has levels, it also returns a list of activity level details.

Returns the detail of a specific activity in the Fitbit activities database in the format requested. If activity has levels, it also returns a list of activity level details.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Browse Activity TypesFITBIT_GET_ACTIVITIES_TYPESRetreives a tree of all valid Fitbit public activities from the activities catelog as well as private custom activities the user created in the format requested.

Retreives a tree of all valid Fitbit public activities from the activities catelog as well as private custom activities the user created in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Get AlarmsFITBIT_GET_ALARMSReturns alarms for a device

Returns alarms for a device

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Devices
Get AZM Intraday by DateFITBIT_GET_AZMBY_DATE_INTRADAYReturns the active zone minutes intraday data for a 24 hour period by specifying a date and/or time range.

Returns the active zone minutes intraday data for a 24 hour period by specifying a date and/or time range.

认证

需要 Connected Account

Scopes

activity

Tags

Active Zone Minutes Intraday Time Series
Get AZM Intraday by DateFITBIT_GET_AZMBY_DATE_TIME_SERIES_INTRADAYReturns the active zone minutes intraday data for a 24 hour period by specifying a date and/or time range.

Returns the active zone minutes intraday data for a 24 hour period by specifying a date and/or time range.

认证

需要 Connected Account

Scopes

activity

Tags

Active Zone Minutes Intraday Time Series
Get AZM Intraday by IntervalFITBIT_GET_AZMBY_INTERVAL_INTRADAYReturns the active zone minutes intraday data for a 24 hour period by specifying a date range and/or time range.

Returns the active zone minutes intraday data for a 24 hour period by specifying a date range and/or time range.

认证

需要 Connected Account

Scopes

activity

Tags

Active Zone Minutes Intraday Time Series
Get AZM Intraday by IntervalFITBIT_GET_AZMBY_INTERVAL_TIME_SERIES_INTRADAYReturns the active zone minutes intraday data for a 24 hour period by specifying a date range and/or time range.

Returns the active zone minutes intraday data for a 24 hour period by specifying a date range and/or time range.

认证

需要 Connected Account

Scopes

activity

Tags

Active Zone Minutes Intraday Time Series
Get AZM Time Series by DateFITBIT_GET_AZMTIME_SERIES_BY_DATEReturns the daily summary values over a period of time by specifying a date and time period.

Returns the daily summary values over a period of time by specifying a date and time period.

认证

需要 Connected Account

Scopes

activity

Tags

Active Zone Minutes Time Series
Get AZM Time Series by IntervalFITBIT_GET_AZMTIME_SERIES_BY_INTERVALReturns the daily summary values over an interval by specifying a date range.

Returns the daily summary values over an interval by specifying a date range.

认证

需要 Connected Account

Scopes

activity

Tags

Active Zone Minutes Time Series
Get BadgesFITBIT_GET_BADGESRetrieves the user's badges in the format requested. Response includes all badges for the user as seen on the Fitbit website badge locker (both activity and weight related.) The endpoint returns weight and distance badges based on the user's unit profile preference as on the website.

Retrieves the user's badges in the format requested. Response includes all badges for the user as seen on the Fitbit website badge locker (both activity and weight related.) The endpoint returns weight and distance badges based on the user's unit profile preference as on the website.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

User
Get Body Fat LogsFITBIT_GET_BODY_FAT_BY_DATERetreives a list of all user's body fat log entries for a given day in the format requested.

Retreives a list of all user's body fat log entries for a given day in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Get Body Fat LogsFITBIT_GET_BODY_FAT_BY_DATE_PERIODRetreives a list of all user's body fat log entries for a given day in the format requested.

Retreives a list of all user's body fat log entries for a given day in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Get Body Fat LogsFITBIT_GET_BODY_FAT_BY_DATE_RANGERetreives a list of all user's body fat log entries for a given day in the format requested.

Retreives a list of all user's body fat log entries for a given day in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Get Body GoalsFITBIT_GET_BODY_GOALSRetreives a user's current body fat percentage or weight goal using units in the unit systems that corresponds to the Accept-Language header providedin the format requested.

Retreives a user's current body fat percentage or weight goal using units in the unit systems that corresponds to the Accept-Language header providedin the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Get Body Time SeriesFITBIT_GET_BODY_RESOURCE_BY_DATE_PERIODReturns time series data in the specified range for a given resource in the format requested using units in the unit system that corresponds to the Accept-Language header provided.

Returns time series data in the specified range for a given resource in the format requested using units in the unit system that corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body Time Series
Get Body Time SeriesFITBIT_GET_BODY_RESOURCE_BY_DATE_RANGEReturns time series data in the specified range for a given resource in the format requested using units in the unit system that corresponds to the Accept-Language header provided.

Returns time series data in the specified range for a given resource in the format requested using units in the unit system that corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body Time Series
Get Breathing Rate Intraday by DateFITBIT_GET_BREATHING_RATE_INTRADAY_BY_DATEThis endpoint returns intraday breathing rate data for a single date. It measures the average breathing rate throughout the day and categories your breathing rate by sleep stage. Sleep stages vary between light sleep, deep sleep, REM sleep, and full sleep.

This endpoint returns intraday breathing rate data for a single date. It measures the average breathing rate throughout the day and categories your breathing rate by sleep stage. Sleep stages vary between light sleep, deep sleep, REM sleep, and full sleep.

认证

需要 Connected Account

Scopes

respiratory_rate

Tags

Breathing Rate Intraday
Get Breathing Rate Intraday by IntervalFITBIT_GET_BREATHING_RATE_INTRADAY_BY_INTERVALThis endpoint returns intraday breathing rate data for a date range. It measures the average breathing rate throughout the day and categories your breathing rate by sleep stage. Sleep stages vary between light sleep, deep sleep, REM sleep, and full sleep.

This endpoint returns intraday breathing rate data for a date range. It measures the average breathing rate throughout the day and categories your breathing rate by sleep stage. Sleep stages vary between light sleep, deep sleep, REM sleep, and full sleep.

认证

需要 Connected Account

Scopes

respiratory_rate

Tags

Breathing Rate Intraday
Get Breathing Rate Summary by DateFITBIT_GET_BREATHING_RATE_SUMMARY_BY_DATEThis endpoint returns average breathing rate data for a single date. Breathing Rate data applies specifically to a user’s “main sleep,” which is the longest single period of time during which they were asleep on a given date.

This endpoint returns average breathing rate data for a single date. Breathing Rate data applies specifically to a user’s “main sleep,” which is the longest single period of time during which they were asleep on a given date.

认证

需要 Connected Account

Scopes

respiratory_rate

Tags

Breathing Rate
Get Breathing Rate Summary by IntervalFITBIT_GET_BREATHING_RATE_SUMMARY_BY_INTERVALThis endpoint returns average breathing rate data for a date range. Breathing Rate data applies specifically to a user’s “main sleep,” which is the longest single period of time during which they were asleep on a given date.

This endpoint returns average breathing rate data for a date range. Breathing Rate data applies specifically to a user’s “main sleep,” which is the longest single period of time during which they were asleep on a given date.

认证

需要 Connected Account

Scopes

respiratory_rate

Tags

Breathing Rate
Get DevicesFITBIT_GET_DEVICESReturns a list of the Fitbit devices connected to a user's account.

Returns a list of the Fitbit devices connected to a user's account.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Devices
Get ECG Log ListFITBIT_GET_ECG_LOG_LISTThis endpoint is used for querying the user's on-device ECG readings.

This endpoint is used for querying the user's on-device ECG readings.

认证

需要 Connected Account

Scopes

electrocardiogram

Tags

Electrocardiogram
Get Favorite ActivitiesFITBIT_GET_FAVORITE_ACTIVITIESReturns a list of a user's favorite activities.

Returns a list of a user's favorite activities.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Get Favorite FoodsFITBIT_GET_FAVORITE_FOODSReturns a list of a user's favorite foods in the format requested. A favorite food in the list provides a quick way to log the food via the Log Food endpoint.

Returns a list of a user's favorite foods in the format requested. A favorite food in the list provides a quick way to log the food via the Log Food endpoint.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get Food LogsFITBIT_GET_FOODS_BY_DATERetreives a summary and list of a user's food log entries for a given day in the format requested.

Retreives a summary and list of a user's food log entries for a given day in the format requested.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get Food or Water Time SeriesFITBIT_GET_FOODS_BY_DATE_RANGEUpdates a user's daily activity goals and returns a response using units in the unit system which corresponds to the Accept-Language header provided.

Updates a user's daily activity goals and returns a response using units in the unit system which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition Time Series
Get Food GoalsFITBIT_GET_FOODS_GOALReturns a user's current daily calorie consumption goal and/or foodPlan value in the format requested.

Returns a user's current daily calorie consumption goal and/or foodPlan value in the format requested.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get FoodFITBIT_GET_FOODS_INFOReturns the details of a specific food in the Fitbit food databases or a private food that an authorized user has entered in the format requested.

Returns the details of a specific food in the Fitbit food databases or a private food that an authorized user has entered in the format requested.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Search FoodsFITBIT_GET_FOODS_LISTReturns a list of public foods from the Fitbit food database and private food the user created in the format requested.

Returns a list of public foods from the Fitbit food database and private food the user created in the format requested.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get Food LocalesFITBIT_GET_FOODS_LOCALESReturns the food locales that the user may choose to search, log, and create food in.

Returns the food locales that the user may choose to search, log, and create food in.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get Food or Water Time SeriesFITBIT_GET_FOODS_RESOURCE_BY_DATE_PERIODUpdates a user's daily activity goals and returns a response using units in the unit system which corresponds to the Accept-Language header provided.

Updates a user's daily activity goals and returns a response using units in the unit system which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition Time Series
Get Food UnitsFITBIT_GET_FOODS_UNITSReturns a list of all valid Fitbit food units in the format requested.

Returns a list of all valid Fitbit food units in the format requested.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get Frequent ActivitiesFITBIT_GET_FREQUENT_ACTIVITIESRetreives a list of a user's frequent activities in the format requested using units in the unit system which corresponds to the Accept-Language header provided.

Retreives a list of a user's frequent activities in the format requested using units in the unit system which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Get Frequent FoodsFITBIT_GET_FREQUENT_FOODSReturns a list of a user's frequent foods in the format requested. A frequent food in the list provides a quick way to log the food via the Log Food endpoint.

Returns a list of a user's frequent foods in the format requested. A frequent food in the list provides a quick way to log the food via the Log Food endpoint.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get FriendsFITBIT_GET_FRIENDSReturns data of a user's friends in the format requested using units in the unit system which corresponds to the Accept-Language header provided.

Returns data of a user's friends in the format requested using units in the unit system which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

social

Tags

Friends
Get Friends LeaderboardFITBIT_GET_FRIENDS_LEADERBOARDReturns data of a user's friends in the format requested using units in the unit system which corresponds to the Accept-Language header provided.

Returns data of a user's friends in the format requested using units in the unit system which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

social

Tags

Friends
Get Heart Rate Intraday Time SeriesFITBIT_GET_HEART_BY_DATE_INTRADAYReturns the intraday time series for a given resource in the format requested. If your application has the appropriate access, your calls to a time series endpoint for a specific day (by using start and end dates on the same day or a period of 1d), the response will include extended intraday values with a one-minute detail level for that day. Unlike other time series calls that allow fetching data of other users, intraday data is available only for and to the authorized user.

Returns the intraday time series for a given resource in the format requested. If your application has the appropriate access, your calls to a time series endpoint for a specific day (by using start and end dates on the same day or a period of 1d), the response will include extended intraday values with a one-minute detail level for that day. Unlike other time series calls that allow fetching data of other users, intraday data is available only for and to the authorized user.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Heart Rate Intraday Time Series
Get Heart Rate Time SeriesFITBIT_GET_HEART_BY_DATE_PERIODReturns the time series data in the specified range for a given resource in the format requested using units in the unit systems that corresponds to the Accept-Language header provided.

Returns the time series data in the specified range for a given resource in the format requested using units in the unit systems that corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Heart Rate Time Series
Get Heart Rate Time SeriesFITBIT_GET_HEART_BY_DATE_RANGEReturns the time series data in the specified range for a given resource in the format requested using units in the unit systems that corresponds to the Accept-Language header provided.

Returns the time series data in the specified range for a given resource in the format requested using units in the unit systems that corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Heart Rate Time Series
Get Heart Rate Intraday Time SeriesFITBIT_GET_HEART_BY_DATE_RANGE_INTRADAYReturns the intraday time series for a given resource in the format requested. If your application has the appropriate access, your calls to a time series endpoint for a specific day (by using start and end dates on the same day or a period of 1d), the response will include extended intraday values with a one-minute detail level for that day. Unlike other time series calls that allow fetching data of other users, intraday data is available only for and to the authorized user.

Returns the intraday time series for a given resource in the format requested. If your application has the appropriate access, your calls to a time series endpoint for a specific day (by using start and end dates on the same day or a period of 1d), the response will include extended intraday values with a one-minute detail level for that day. Unlike other time series calls that allow fetching data of other users, intraday data is available only for and to the authorized user.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Heart Rate Intraday Time Series
Get Heart Rate Intraday Time SeriesFITBIT_GET_HEART_BY_DATE_RANGE_TIMESTAMP_INTRADAYReturns the intraday time series for a given resource in the format requested. If your application has the appropriate access, your calls to a time series endpoint for a specific day (by using start and end dates on the same day or a period of 1d), the response will include extended intraday values with a one-minute detail level for that day. Unlike other time series calls that allow fetching data of other users, intraday data is available only for and to the authorized user.

Returns the intraday time series for a given resource in the format requested. If your application has the appropriate access, your calls to a time series endpoint for a specific day (by using start and end dates on the same day or a period of 1d), the response will include extended intraday values with a one-minute detail level for that day. Unlike other time series calls that allow fetching data of other users, intraday data is available only for and to the authorized user.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Heart Rate Intraday Time Series
Get Heart Rate Intraday Time SeriesFITBIT_GET_HEART_BY_DATE_TIMESTAMP_INTRADAYReturns the intraday time series for a given resource in the format requested. If your application has the appropriate access, your calls to a time series endpoint for a specific day (by using start and end dates on the same day or a period of 1d), the response will include extended intraday values with a one-minute detail level for that day. Unlike other time series calls that allow fetching data of other users, intraday data is available only for and to the authorized user.

Returns the intraday time series for a given resource in the format requested. If your application has the appropriate access, your calls to a time series endpoint for a specific day (by using start and end dates on the same day or a period of 1d), the response will include extended intraday values with a one-minute detail level for that day. Unlike other time series calls that allow fetching data of other users, intraday data is available only for and to the authorized user.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Heart Rate Intraday Time Series
Get HRV Intraday by DateFITBIT_GET_HRV_INTRADAY_BY_DATEThis endpoint returns the Heart Rate Variability (HRV) intraday data for a single date. HRV data applies specifically to a user’s “main sleep,” which is the longest single period of time asleep on a given date.

This endpoint returns the Heart Rate Variability (HRV) intraday data for a single date. HRV data applies specifically to a user’s “main sleep,” which is the longest single period of time asleep on a given date.

认证

需要 Connected Account

Scopes

heartrate

Tags

Heart Rate Variability Intraday
Get HRV Intraday by IntervalFITBIT_GET_HRV_INTRADAY_BY_INTERVALThis endpoint returns the Heart Rate Variability (HRV) intraday data for a single date. HRV data applies specifically to a user’s “main sleep,” which is the longest single period of time asleep on a given date.

This endpoint returns the Heart Rate Variability (HRV) intraday data for a single date. HRV data applies specifically to a user’s “main sleep,” which is the longest single period of time asleep on a given date.

认证

需要 Connected Account

Scopes

heartrate

Tags

Heart Rate Variability Intraday
Get HRV Summary by DateFITBIT_GET_HRV_SUMMARY_DATEThis endpoint returns the Heart Rate Variability (HRV) data for a single date. HRV data applies specifically to a user’s “main sleep,” which is the longest single period of time asleep on a given date.

This endpoint returns the Heart Rate Variability (HRV) data for a single date. HRV data applies specifically to a user’s “main sleep,” which is the longest single period of time asleep on a given date.

认证

需要 Connected Account

Scopes

heartrate

Tags

Heart Rate Variability
Get HRV Summary by IntervalFITBIT_GET_HRV_SUMMARY_INTERVALThis endpoint returns the Heart Rate Variability (HRV) data for a date range. HRV data applies specifically to a user’s “main sleep,” which is the longest single period of time asleep on a given date.

This endpoint returns the Heart Rate Variability (HRV) data for a date range. HRV data applies specifically to a user’s “main sleep,” which is the longest single period of time asleep on a given date.

认证

需要 Connected Account

Scopes

heartrate

Tags

Heart Rate Variability
Get IRN Alerts ListFITBIT_GET_IRN_ALERTS_LISTThis endpoint returns a paginated list of Irregular Rhythm Notifications (IRN) alerts, as well as all of the alert tachograms. This endpoint will only return alerts that the user has read in the Fitbit app already, as that is meant as the primary entrypoint for viewing notifications.

This endpoint returns a paginated list of Irregular Rhythm Notifications (IRN) alerts, as well as all of the alert tachograms. This endpoint will only return alerts that the user has read in the Fitbit app already, as that is meant as the primary entrypoint for viewing notifications.

认证

需要 Connected Account

Scopes

irregular_rhythm_notifications

Tags

Irregular Rhythm Notifications
Get IRN ProfileFITBIT_GET_IRN_PROFILEThis endpoint returns the user state for Irregular Rhythm Notifications (IRN). The user state contains most information about the user’s current engagement with the feature, including onboarding progress and algorithm processing state.

This endpoint returns the user state for Irregular Rhythm Notifications (IRN). The user state contains most information about the user’s current engagement with the feature, including onboarding progress and algorithm processing state.

认证

需要 Connected Account

Scopes

irregular_rhythm_notifications

Tags

Irregular Rhythm Notifications
Get MealsFITBIT_GET_MEALSReturns a list of meals created by user in the user's food log in the format requested. User creates and manages meals on the Food Log tab on the website.

Returns a list of meals created by user in the user's food log in the format requested. User creates and manages meals on the Food Log tab on the website.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get ProfileFITBIT_GET_PROFILEReturns a user's profile. The authenticated owner receives all values. However, the authenticated user's access to other users' data is subject to those users' privacy settings. Numerical values are returned in the unit system specified in the Accept-Language header.

Returns a user's profile. The authenticated owner receives all values. However, the authenticated user's access to other users' data is subject to those users' privacy settings. Numerical values are returned in the unit system specified in the Accept-Language header.

认证

需要 Connected Account

Scopes

locationprofileweight

Tags

User
Get Recent Activity TypesFITBIT_GET_RECENT_ACTIVITIESRetreives a list of a user's recent activities types logged with some details of the last activity log of that type using units in the unit system which corresponds to the Accept-Language header provided.

Retreives a list of a user's recent activities types logged with some details of the last activity log of that type using units in the unit system which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Activity
Get Recent FoodsFITBIT_GET_RECENT_FOODSReturns a list of a user's frequent foods in the format requested. A frequent food in the list provides a quick way to log the food via the Log Food endpoint.

Returns a list of a user's frequent foods in the format requested. A frequent food in the list provides a quick way to log the food via the Log Food endpoint.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get Sleep LogFITBIT_GET_SLEEP_BY_DATEThe Get Sleep Logs by Date endpoint returns a summary and list of a user's sleep log entries (including naps) as well as detailed sleep entry data for a given day.

The Get Sleep Logs by Date endpoint returns a summary and list of a user's sleep log entries (including naps) as well as detailed sleep entry data for a given day.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Sleep
Get Sleep Logs by Date RangeFITBIT_GET_SLEEP_BY_DATE_RANGEThe Get Sleep Logs by Date Range endpoint returns a list of a user's sleep log entries (including naps) as well as detailed sleep entry data for a given date range (inclusive of start and end dates).

The Get Sleep Logs by Date Range endpoint returns a list of a user's sleep log entries (including naps) as well as detailed sleep entry data for a given date range (inclusive of start and end dates).

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Sleep
Get Sleep GoalFITBIT_GET_SLEEP_GOALReturns the user's sleep goal.

Returns the user's sleep goal.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Sleep
Get Sleep Logs ListFITBIT_GET_SLEEP_LISTThe Get Sleep Logs List endpoint returns a list of a user's sleep logs (including naps) before or after a given day with offset, limit, and sort order.

The Get Sleep Logs List endpoint returns a list of a user's sleep logs (including naps) before or after a given day with offset, limit, and sort order.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Sleep
Get SpO2 Intraday by DateFITBIT_GET_SP_O2_INTRADAY_BY_DATEThis endpoint returns the SpO2 intraday data for a single date. SpO2 applies specifically to a user’s “main sleep”, which is the longest single period of time asleep on a given date.

This endpoint returns the SpO2 intraday data for a single date. SpO2 applies specifically to a user’s “main sleep”, which is the longest single period of time asleep on a given date.

认证

需要 Connected Account

Scopes

oxygen_saturation

Tags

SpO2 Intraday
Get SpO2 Intraday by IntervalFITBIT_GET_SP_O2_INTRADAY_BY_INTERVALThis endpoint returns the SpO2 intraday data for a specified date range. SpO2 applies specifically to a user’s “main sleep”, which is the longest single period of time asleep on a given date.

This endpoint returns the SpO2 intraday data for a specified date range. SpO2 applies specifically to a user’s “main sleep”, which is the longest single period of time asleep on a given date.

认证

需要 Connected Account

Scopes

oxygen_saturation

Tags

SpO2 Intraday
Get SpO2 Summary by DateFITBIT_GET_SP_O2_SUMMARY_BY_DATEThis endpoint returns the SpO2 summary data for a single date. SpO2 applies specifically to a user’s “main sleep”, which is the longest single period of time asleep on a given date.

This endpoint returns the SpO2 summary data for a single date. SpO2 applies specifically to a user’s “main sleep”, which is the longest single period of time asleep on a given date.

认证

需要 Connected Account

Scopes

oxygen_saturation

Tags

SpO2
Get SpO2 Summary by IntervalFITBIT_GET_SP_O2_SUMMARY_BY_INTERVALThis endpoint returns the SpO2 summary data for a date range. SpO2 applies specifically to a user’s “main sleep”, which is the longest single period of time asleep on a given date.

This endpoint returns the SpO2 summary data for a date range. SpO2 applies specifically to a user’s “main sleep”, which is the longest single period of time asleep on a given date.

认证

需要 Connected Account

Scopes

oxygen_saturation

Tags

SpO2
Get a List of SubscriptionsFITBIT_GET_SUBSCRIPTIONS_LISTRetreives a list of a user's subscriptions for your application in the format requested. You can either fetch subscriptions for a specific collection or the entire list of subscriptions for the user. For best practice, make sure that your application maintains this list on your side and use this endpoint only to periodically ensure data consistency.

Retreives a list of a user's subscriptions for your application in the format requested. You can either fetch subscriptions for a specific collection or the entire list of subscriptions for the user. For best practice, make sure that your application maintains this list on your side and use this endpoint only to periodically ensure data consistency.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Subscriptions
Get Temperature (Core) Summary by DateFITBIT_GET_TEMP_CORE_SUMMARY_BY_DATEReturns the Temperature (Core) data for a single date. Temperature (Core) data applies specifically to data logged manually by the user throughout the day.

Returns the Temperature (Core) data for a single date. Temperature (Core) data applies specifically to data logged manually by the user throughout the day.

认证

需要 Connected Account

Scopes

temperature

Tags

Temperature
Get Temperature (Core) Summary by IntervalFITBIT_GET_TEMP_CORE_SUMMARY_BY_INTERVALReturns Temperature (Core) data for a date range. Temperature (Core) data applies specifically to data logged manually by the user throughout the day and the maximum date range cannot exceed 30 days.

Returns Temperature (Core) data for a date range. Temperature (Core) data applies specifically to data logged manually by the user throughout the day and the maximum date range cannot exceed 30 days.

认证

需要 Connected Account

Scopes

temperature

Tags

Temperature
Get Temperature (Skin) Summary by IntervalFITBIT_GET_TEMP_SKIN_SUMMARY_BY_INTERVALReturns Temperature (Skin) data for a date range. It only returns a value for dates on which the Fitbit device was able to record Temperature (skin) data and the maximum date range cannot exceed 30 days.

Returns Temperature (Skin) data for a date range. It only returns a value for dates on which the Fitbit device was able to record Temperature (skin) data and the maximum date range cannot exceed 30 days.

认证

需要 Connected Account

Scopes

temperature

Tags

Temperature
Get Temperature (Skin) Summary by DateFITBIT_GET_TEMP_SKIN_SUMMARY_DATEReturns the Temperature (Skin) data for a single date. Temperature (Skin) data applies specifically to a user’s “main sleep”, which is the longest single period of time asleep on a given date.

Returns the Temperature (Skin) data for a single date. Temperature (Skin) data applies specifically to a user’s “main sleep”, which is the longest single period of time asleep on a given date.

认证

需要 Connected Account

Scopes

temperature

Tags

Temperature
Get VO2 Max Summary by DateFITBIT_GET_VO2_MAX_SUMMARY_BY_DATEThis endpoint returns the Cardio Fitness Score (VO2 Max) data for a single date. VO2 Max values will be shown as a range if no run data is available or a single numeric value if the user uses a GPS for runs.

This endpoint returns the Cardio Fitness Score (VO2 Max) data for a single date. VO2 Max values will be shown as a range if no run data is available or a single numeric value if the user uses a GPS for runs.

认证

需要 Connected Account

Scopes

cardio_fitness

Tags

Cardio Fitness Score (VO2 Max)
Get VO2 Max Summary by IntervalFITBIT_GET_VO2_MAX_SUMMARY_BY_INTERVALThis endpoint returns the Cardio Fitness Score (VO2 Max) data for a date range. VO2 Max values will be shown as a range if no run data is available or a single numeric value if the user uses a GPS for runs.

This endpoint returns the Cardio Fitness Score (VO2 Max) data for a date range. VO2 Max values will be shown as a range if no run data is available or a single numeric value if the user uses a GPS for runs.

认证

需要 Connected Account

Scopes

cardio_fitness

Tags

Cardio Fitness Score (VO2 Max)
Get Water LogsFITBIT_GET_WATER_BY_DATERetreives a summary and list of a user's water log entries for a given day in the requested using units in the unit system that corresponds to the Accept-Language header provided.

Retreives a summary and list of a user's water log entries for a given day in the requested using units in the unit system that corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get Water GoalFITBIT_GET_WATER_GOALRetreives a summary and list of a user's water goal entries for a given day in the requested using units in the unit system that corresponds to the Accept-Language header provided.

Retreives a summary and list of a user's water goal entries for a given day in the requested using units in the unit system that corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Get Weight LogsFITBIT_GET_WEIGHT_BY_DATERetreives a list of all user's body weight log entries for a given day using units in the unit systems which corresponds to the Accept-Language header provided.

Retreives a list of all user's body weight log entries for a given day using units in the unit systems which corresponds to the Accept-Language header provided.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Get Body Fat LogsFITBIT_GET_WEIGHT_BY_DATE_PERIODRetreives a list of all user's body weight log entries for a given day in the format requested.

Retreives a list of all user's body weight log entries for a given day in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Get Body Fat LogsFITBIT_GET_WEIGHT_BY_DATE_RANGERetreives a list of all user's body fat log entries for a given day in the format requested.

Retreives a list of all user's body fat log entries for a given day in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Retrieve the active state of an OAuth 2.0 tokenFITBIT_INTROSPECTRetrieves the active state of an OAuth 2.0 token. It follows https://tools.ietf.org/html/rfc7662.

Retrieves the active state of an OAuth 2.0 token. It follows https://tools.ietf.org/html/rfc7662.

认证

需要 Connected Account

Tags

Authorization
Get OAuth 2 access tokenFITBIT_OAUTH_TOKENRetrieves an OAuth 2 access token.

Retrieves an OAuth 2 access token.

认证

需要 Connected Account

Tags

Authorization
Revokes consent of the access token or refresh tokenFITBIT_REVOKERevokes consent of the access token or refresh token

Revokes consent of the access token or refresh token

认证

需要 Connected Account

Tags

Authorization
Update AlarmFITBIT_UPDATE_ALARMSUpdates the alarm entry with a given ID for a given device. It also gets a response in the format requested.

Updates the alarm entry with a given ID for a given device. It also gets a response in the format requested.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Devices
Update Body Fat GoalFITBIT_UPDATE_BODY_FAT_GOALUpdates user's fat percentage goal.

Updates user's fat percentage goal.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Body
Update MealFITBIT_UPDATE_MEALReplaces an existing meal with the contents of the request. The response contains the updated meal.

Replaces an existing meal with the contents of the request. The response contains the updated meal.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Update Sleep GoalFITBIT_UPDATE_SLEEP_GOALCreate or update the user's sleep goal and get a response in the JSON format.

Create or update the user's sleep goal and get a response in the JSON format.

认证

需要 Connected Account

Scopes

activityheartratelocationnutritionprofilesettingssleepsocialweight

Tags

Sleep
Update Water LogFITBIT_UPDATE_WATER_LOGUpdates a user's water log entry with the given ID.

Updates a user's water log entry with the given ID.

认证

需要 Connected Account

Scopes

nutrition

Tags

Nutrition
Update Weight GoalFITBIT_UPDATE_WEIGHT_GOALUpdates user's fat percentage goal.

Updates user's fat percentage goal.

认证

需要 Connected Account

Scopes

profileheartratelocation

Tags

Body