07-27-2020 15:56
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
07-27-2020 15:56
The Subscription API is used for notifying 3rd party applications when a user's Fitbit data changes. On July 24, 2020, a new collection type was released to notify your subscriber when a user has revoked access to your application.
{
"collectionType":"userRevokedAccess",
"date":"2020-06",
"ownerId":"user",
"subscriptionId":"1234"
}
Best Answer