I have an issue that I cannot unsubscribe users from notification because I only have SubscriptionId and UserVendorId received from the notification. I don't have user token and secret.
Any suggestion on how to unsubscribe the user ?
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.
Hi @hsalbi
It's a requirement that you keep the access token and refresh token for each user so you can call the endpoints for that user. Unfortunately, there are not a lot of options for you if you do not have the tokens. To revoke the token, which would also unsubscriber the user, still requires the access token. See Revoke Token.
I think you have only 2 options
Best Answer
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.
Thanks for confirming. I will reach out to you directly to get some more information to debug the issue.
Best Answer