04-21-2026 02:45 - edited 04-21-2026 02:46
04-21-2026 02:45 - edited 04-21-2026 02:46
I need to change my subscription endpoint url. I have added the new url with a new subscription ID in the application settings and verified it successfully. After that disabled my old one and set the new one as default and enabled it, but I'm not getting any events sent to it.
What more do I need to do to get events to my new endpoint? Do I have to recreate all user subscriptions?
Best Answer05-04-2026 18:16
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.
05-04-2026 18:16
Hi @shapelink
Thank you for your patience. The likely problem is all of the notifications are still being sent to your old subscriber. You need to delete the old subscriptions, then create new subscriptions and specify the subscriber ID using the X-Fitbit-Subscriber-Id header. See https://dev.fitbit.com/build/reference/web-api/subscription/create-subscription/.
Let me know if that works for you
Best Answer