Can samples be enabled per provider instead of globally?
The account-wide samples toggle for webhooks cannot be set per provider.
The account-wide samples toggle for webhooks cannot be set per provider. For historical requests, you can control it per call with with_samples=true/false, so you can fetch granular data only where you need it.
For GPS routes:
Detailed route coordinates live in
position_data.position_samples(request withwith_samples=true). Each sample has a lat/lng and a timestamp, so you can reconstruct the route.polyline_map_data.summary_polylineis only populated for Strava. For other providers, rebuild the route from position samples.
Empty samples mean the activity recorded no GPS, or samples are disabled in your dashboard settings.
PreviousWhat does 'user limit reached' mean in testing?
NextWhy does the API return a no-permissions error for a data type?
Last updated
Was this helpful?