Getting Wellness Data from your Apple Watch via Apple Shortcuts

I can’t get shortcuts to connect to the api. I can connect to the api with python using the same api_key in python and can update wellness fields or do whatever I want. “Get contents of” in Shortcuts keeps returning a 401 error. Did my best to catch any kind of spelling bug, but can’t see that. Driving me a little crazy.

I had to base64 encode the API_KEY to get this to work with shortcuts. The whole thing. Using this string “API_KEY:myapikey”.