Hello,
My Subscription Endpoint is like;
http://myapplication.com/SubscriptionHandler.ashx?provider=Fitbit
For verification your servers are hitting endpoint attaching ?verify=123 regardless there is already a querystring parameter exists or not. So it is hitting my server like;
http://myapplication.com/SubscriptionHandler.ashx?provider=Fitbit?verify=123
Can you please fix the issue there if there is already parameter like ?param=1 hit appending &verify=123 ?
Answered! Go to the Best Answer.
Best AnswerThe issue has been resolved. Thanks for reporting.
Hi reyou,
You're right. We'll look into a fix for this case. In the meantime, you can get around this issue by removing the ?provider query string.
Best AnswerThanks for your reply.
I need that query string because I filter out providers other than FitBit such as other Health Related Vendors.
I am using same endpoint for different vendors.
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.