Get activity kudoers
strava_get_activity_kudoersGet the athletes who kudoed a Strava activity, with pagination support. Ideal for analyzing engagement on your activities.
Instructions
Athletes who gave kudos to an activity (GET /activities/{id}/kudos).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The activity identifier. | |
| page | No | Page number, defaults to 1. | |
| per_page | No | Items per page, defaults to 30. |