11-09-2018 09:21 - edited 11-10-2018 06:38
11-09-2018 09:21 - edited 11-10-2018 06:38
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.
02-07-2019 04:28
02-07-2019 04:28
I think we've narrowed this down to users that have had other subscriptions using that same subscription id.
11-12-2018 16:23
11-12-2018 16:23
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
02-07-2019 04:28
02-07-2019 04:28
I think we've narrowed this down to users that have had other subscriptions using that same subscription id.