Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Subscription Endpoint not showing up when queried

ANSWERED

 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": []
}

 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

I think we've narrowed this down to users that have had other subscriptions using that same subscription id. 

View best answer in original post

Best Answer
0 Votes
2 REPLIES 2

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

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes

I think we've narrowed this down to users that have had other subscriptions using that same subscription id. 

Best Answer
0 Votes