← All integrations

Strava

27 operations0 webhooks

Fitness tracking network for runs, rides, activities, segments, and athlete social data.

Supported operations

  • CreateWrite

    Create a manual activity

  • GetRead-only

    Get details of an activity by ID

  • Get StreamsRead-only

    Get stream data for an activity

  • Get ZonesRead-only

    Get heart rate and power zones for an activity

  • ListRead-only

    List the authenticated athlete's activities

  • List CommentsRead-only

    List comments on an activity

  • List KudoersRead-only

    List athletes who kudoed an activity

  • List LapsRead-only

    List laps of an activity

FAQ

Install corsair and @corsair-dev/strava, add the Strava plugin, and connect with OAuth. Then call methods like corsair.strava.api.activities.create() from your app. Corsair stores tokens, and syncs data per tenant.

Yes. Strava needs an OAuth app with scopes that match what you automate. Register the app in Strava, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.

Yes. One Corsair client can hit Strava, GitHub, Notion, Stripe, and the rest. Trigger Strava from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for fitness tracking network for runs, rides, activities, segments, and athlete social data. Common builds include sync jobs, admin tooling, and agents that call Strava APIs from your backend. Local DB entities let you query synced Strava records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Strava API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/strava in the open repo. When Strava ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Strava data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Strava data on your behalf.