get_logged_in_athlete_starred_segments
List the authenticated athlete's starred segments with pagination. Private segments are filtered unless read_all scope is provided.
Instructions
List Starred Segments
Endpoint: GET /segments/starred
Description: List of the authenticated athlete's starred segments. Private segments are filtered out unless requested by a token with read_all scope.
Read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Defaults to 1. | |
| per_page | No | Number of items per page. Defaults to 30. |