Health API - make step goal available to apps and watchfaces?

Im working on my first watchface and getting it to include some metrics about where the user is up to in their steps for the day VS their average and it occurs to me it would be cool if the API had information available about the users step goal if they’ve input one

1 Like

I implemented this in my watch face by asking the user for a steps goal, 10K is default, via Clay settings. The value is persisted to local storage and a progress bar shows the user where they are wrt their goal.

Hope this helps.