When a GPS activity is sync’d from Withings app there is no “device_name” in the strava api response to GET Activity.
I recorded a Cycle in withings app and then sync’d it to Strava - and inspected it via the API playground. What i noticed there was “device_name” in the get activity response… however when i download the GPX file i do see:
<metadata>
<link href="https://www.withings.com">
<text>Withings</text>
</link>
<time>2024-11-24T17:51:10+00:00</time>
</metadata>
<trk>
<src>Withings</src>
Why would “device_name” be missing in the api response?