I have a user, that when I execute
POST https://api.fitbit.com/1/user/-/activities/apiSubscriptions/320-activities.json
I supposedly have created a subscription and subsequent re-posts to that endpoint return 409 CONFLICT, which I would expect. However, when I call GET https://api.fitbit.com/1/user/-/activities/apiSubscriptions.json it returns empty.
{
"apiSubscriptions": []
}
Answered! Go to the Best Answer.
Best AnswerI think we've narrowed this down to users that have had other subscriptions using that same subscription id.
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.
Hi @JustinCoded
Would you provide me with the steps your application takes to create the subscription, generate the 409 error and get the list of subscriptions? If you need to specify different user ids, just state "user1", "user2", etc.
Gordon
Best AnswerI think we've narrowed this down to users that have had other subscriptions using that same subscription id.
Best Answer