01-06-2023 12:29
01-06-2023 12:29
I'm able to successfully pull in activity intraday data, HR intraday data, etc, but when I modify that code to pull the AZM data, I keep getting this 403 error:
{"errors":[{"errorType":"insufficient_permissions","fieldName":"n/a","message":"API client is not authorized by Fitbit to access the resource requested."}]}
I'm using the URL HTTP request format specified here for activity and here for AZM. I am providing my token for configuration, I've tried hardcoding my user ID and just leaving it as the '-' (as shown in the examples in documentation), calling by date and interval, etc. I also have enabled access to the 'activity' scope which AZM falls under.
Anyone have any ideas on what could be causing this?