Hello,
I am using ngrok to test the subscription functionality, and despite responding as the docs say I should (204, 404) the endpoint will not verify. What should I do?
Connections ttl opn rt1 rt5 p50 p90
12 0 0.00 0.01 5.00 5.01
HTTP Requests
-------------
GET /fitbit 204 No Content
GET /fitbit 404 Not Found
Best AnswerAfter actually deploying the API, I have concluded that Fitbit does not support Ngrok for the local development of subscribers. Definitely think this would be a good thing to support though, as not everyone can afford to test these things live
Best Answer