Hi, I’m begginer in this things but I’m trying get data from my specific workout and I’m getting this error:
{“status”:500,“error”:“org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type ‘java.lang.String’ to required type ‘int’; nested exception is java.lang.NumberFormatException: For input string: "13632114836"”}%
Hello, I’m new to using APIs to access data and would like to be able to automate bringing the Gear table into Google Sheets. I tried =IMPORTDATA(“https://intervals.icu/api/athlete//gear.csv”,“,”) but that didn’t work. I know I will need to pass the API key, but I don’t know if there is a way to do it in the URL. I’m open to other ways of doing it. Can anyone help?
IMPORTDATA will not work that simple way you think.
You need an google AppsScript doing the job for you. Downloading the CSV, parsing to tabular format, pushing finally to the table,… as far as I can remember @William_Barnes shared an link with an example you can adjust.
Is this api function still valid? I trying to write a script to update my FTP in intervals with my TP from Xert, but I’m getting a 403 error back. I’ve double checked by atheleid and api key and both are correct.
Hi,
I would like to ask to add an REST API endpoint to find activities in selected bounding box?
Smth like: /athlete/{id}/activities?bounds=-54,10.11,-50.95,11.10 and it will return activites (just id will be enough actually) within this box.
Unfortunately I can’t do that at the moment. I neglected to store the start or end point on activity and the GPS data is in offline storage and not searchable. I am going to add the start and end point to the activity but it will take a very long time to get that updated from the GPS data.
Is it possible to add pagination for GET /api/v1/athlete/{id}/activities with page size and offset? Current limit works, but doesn’t give any information how much more data you have.
I am trying to send feedback comments to an Intervals.icu activity but they are not reaching the platform. I share my implementation and would appreciate any hints.
I’m using the Intervals.icu API and can successfully pull activities data using Basic Auth with “API_KEY” as the username and my API key as the password.
However, when I try to access either the /daily endpoint or any wellness data endpoints, I consistently receive a 403 Forbidden error:
{“status”:403,“error”:“Access denied”}
I have wellness data visible in my account (HRV, sleep, weight, etc.) and I’ve already tried:
Deleting and regenerating my API key.
Verifying my API key works for the activities endpoint.
Using the correct Basic Auth format (auth = (“API_KEY”, api_key)).
Could you please confirm whether wellness data API access is enabled for my account or if any further permission changes are needed?