11-09-2018 09:21 - edited 11-10-2018 06:38
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-09-2018 09:21 - edited 11-10-2018 06:38
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

- Labels:
-
Subscriptions API
Accepted Solutions
02-07-2019 04:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-07-2019 04:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I think we've narrowed this down to users that have had other subscriptions using that same subscription id.

11-12-2018 16:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



11-12-2018 16:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google

02-07-2019 04:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-07-2019 04:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I think we've narrowed this down to users that have had other subscriptions using that same subscription id.

