Strava API integration for tracking activities, athlete profiles, and performance statistics.

Changelog

3 versions
v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Strava API.
v1.0.1
  • Added output examples to component schemas.
v1.0.0
  • Initial version

Authentication

TypeDetails
OAuth 2
Scopes:
read activity:read_all profile:read_all activity:write

Actions

9
Create Manual Activity icon

Create Manual Activity

Create a manual activity by providing details like name, type, start date, and elapsed time.
Find Activities icon

Find Activities

Retrieve a list of recent activities for the authenticated athlete. Optional filters like 'after' and 'before' (epoch seconds) can be provided to narrow down the results.
Find Activity Streams icon

Find Activity Streams

Retrieve detailed time-series data (streams) for a specific activity such as distance, latlng, and time with flexible output options (Array, Object, First, File).
Get Activity icon

Get Activity

Retrieve detailed information for a specific activity by its ID.
Get Athlete Stats icon

Get Athlete Stats

Retrieve aggregated performance statistics for a given athlete.
Get Logged In Athlete icon

Get Logged In Athlete

Get the currently authenticated athlete profile information.
List Activities icon

List Activities

Retrieve all recent activities for the authenticated athlete with flexible output options (Array, Object, First, File).
Update Activity icon

Update Activity

Update details of an existing activity such as its name or description.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Strava API.