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

Unable to verify subscriber URL

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
0 Votes
1 REPLY 1

Hi @lldave,

 

Welcome to the forums!

 

I located your case in our CRM and I'm currently investigating. I'll update you when I have more information.

Best Answer
0 Votes