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

Hitting 2 subscriber endpoints but only 1 subscriber is configured

I added a subscriber only 1 subscriber to my application settings but when I attempt to verify the subscriber, two GET requests are made to 2 different verification codes. My subscriber endpoint returns an HTTP status code of 204 but the other random endpoint returns 404. What is happening here? Thank you. 

 

Best Answer
0 Votes
2 REPLIES 2

I believe what you are seeing is the correct process for verifying your subscriber. When you press the "verify" button, you should receive to verification code; one that is correct and one that is incorrect. The correct code you will respond with a 204. The incorrect code you will respond with a 404. Once you have responded correctly, the "verify" button should be replaced with a timestamp when the verification successfully occurred.

See https://dev.fitbit.com/build/reference/web-api/developer-guide/using-subscriptions/#Verifying-a-Subs... for more information.

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

Thanks Gordon! Then in my case the verify button is still there present and looks like my application still isn't verified even though both requests responded correctly. What can I do to resolve this? 

Best Answer
0 Votes