garmin-connect
garmin-connect copied to clipboard
Custom request required payment ?
I update the package to new version 1.6.1 to use custom request with the get method but I have this error message in my console "Error: ERROR: (402), Payment Required" We have to pay something to use the custom request ? Thanks
@annedenicourt The reason is: custom get urls changed. Here's an example:
Before I used: https://connect.garmin.com/modern/proxy/activity-service/activity/${act.activityId}/splits
Now I use: https://connectapi.garmin.com/activity-service/activity/${activityId}/splits
hope this helps