For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 with with_samples=true). Each sample has a lat/lng and a timestamp, so you can reconstruct the route.

  • polyline_map_data.summary_polyline is 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.

Last updated

Was this helpful?