Wahoo Fitness · Example Payload

Wahoo Workout Summary Event Example

FitnessCyclingEndurance TrainingBike ComputersSmart TrainersIndoor CyclingHeart RatePower MetersGPSWearablesHardwareFIT FilesWebhookAuthentication

Wahoo Workout Summary Event Example is an example object payload from Wahoo Fitness, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

eventuserwebhook_tokenworkout_summary

Example Payload

Raw ↑
{
  "event": "workout_summary",
  "user": {
    "id": 13374242
  },
  "webhook_token": "wh_8c2d0c0fa4f941df9b3b2c2f0e9e7e7a",
  "workout_summary": {
    "id": 9981234,
    "workout_id": 552233,
    "ascent_accum": "187.4",
    "calories_accum": "642.0",
    "distance_accum": "32147.8",
    "duration_active_accum": "3540",
    "duration_total_accum": "3612",
    "cadence_avg": "84",
    "heart_rate_avg": "148",
    "power_bike_avg": "211",
    "speed_avg": "8.94",
    "work_accum": "744120",
    "file": {
      "url": "https://wahoo-cloud-bucket.s3.amazonaws.com/uploads/552233.fit"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/wahoo-workout-summary-event-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.