I'm unable to verify a new subscriber URL.
I can see the requests from fitbit and my server logging suggests I'm sending back the expected response (HTTP 204, 404)
I can confirm with curl that the endpoints are returning the correct HTTP codes.
$ curl -i 'https://my.example.url?verify=correctcode'
HTTP/2 204
$ curl -i 'https://my.example.url?verify=wrongcode'
HTTP/2 404
I've looked elsewhere on these forums but haven't seen any suggestions on how to get this working.
Can you provide any suggestions? This is currently blocking us from further developing fitbit integration for our product.
Thank you!
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.