Search Link: https://www.google.com/search?channel=fs&client=ubuntu-sn&q=postman+collection+35240-180f91eb-1001-48c8-8579-83b031bdc301

Overview

GET /athletes/{id}/stats

Summary: Get Athlete Stats

Returns the activity stats of an athlete.


PARAMETERS /athletes/{id}/stats


GET /athletes/{id}/routes

Summary: List Athlete Routes

Returns a list of the routes created by the authenticated athlete using their athlete ID. Private routes are filtered out unless requested by a token with read_all scope.


PARAMETERS /athletes/{id}/routes


GET /athlete

Summary: Get Authenticated Athlete

Returns the currently authenticated athlete. Tokens with profile:read_all scope will receive a detailed athlete representation; all others will receive a summary representation.


GET /athlete/zones

Summary: Get Zones

Returns the the authenticated athlete’s heart rate and power zones. Requires profile:read_all.


GET /athlete/activities

Summary: List Athlete Activities

Returns the activities of an athlete for a specific identifier. Requires activity:read. Only Me activities will be filtered out unless requested by a token with activity:read_all.


GET /athlete/clubs

Summary: List Athlete Clubs

Returns a list of the clubs whose membership includes the authenticated athlete.


GET /segments/{id}

Summary: Get Segment

Returns the specified segment. read_all scope required in order to retrieve athlete-specific segment information, or to retrieve private segments.


PARAMETERS /segments/{id}


PUT /segments/{id}/starred

Summary: Star Segment

Stars/Unstars the given segment for the authenticated athlete. Requires profile:write scope.


PARAMETERS /segments/{id}/starred


GET /segments/{id}/leaderboard

Summary: Get Segment Leaderboard

Returns the specified segment leaderboard.


PARAMETERS /segments/{id}/leaderboard


GET /segments/{id}/all_efforts

Summary: List Segment Efforts

Returns a set of the authenticated athlete’s segment efforts for a given segment.


PARAMETERS /segments/{id}/all_efforts


GET /segments/{id}/streams

Summary: Get Segment Streams

Returns the given segment’s streams. Requires read_all scope for private segments.


PARAMETERS /segments/{id}/streams


GET /segments/starred

Summary: List Starred Segments

List of the authenticated athlete’s starred segments. Private segments are filtered out unless requested by a token with read_all scope.


GET /segments/explore

Summary: Explore segments

Returns the top 10 segments matching a specified query.


GET /segment_efforts/{id}

Summary: Get Segment Effort

Returns a segment effort from an activity that is owned by the authenticated athlete.


PARAMETERS /segment_efforts/{id}


GET /segment_efforts/{id}/streams

Summary: Get Segment Effort Streams

Returns a set of streams for a segment effort completed by the authenticated athlete. Requires read_all scope.


PARAMETERS /segment_efforts/{id}/streams


GET /segment_efforts

Summary: List Segment Efforts

Returns a set of the authenticated athletes segment efforts for a given segment. Requires subscription.


GET /running_races

Summary: List Running Races

Returns a list running races based on a set of search criteria.


GET /running_races/{id}

Summary: Get Running Race

Returns a running race for a given identifier.


PARAMETERS /running_races/{id}


GET /activities/{id}

Summary: Get Activity

Returns the given activity that is owned by the authenticated athlete. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.


PARAMETERS /activities/{id}


GET /activities/{id}/laps

Summary: List Activity Laps

Returns the laps of an activity identified by an identifier. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.


PARAMETERS /activities/{id}/laps


GET /activities/{id}/zones

Summary: Get Activity Zones

Summit Feature. Returns the zones of a given activity. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.


PARAMETERS /activities/{id}/zones


GET /activities/{id}/comments

Summary: List Activity Comments

Returns the comments on the given activity. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.


PARAMETERS /activities/{id}/comments


GET /activities/{id}/kudos

Summary: List Activity Kudoers

Returns the athletes who kudoed an activity identified by an identifier. Requires activity:read for Everyone and Followers activities. Requires activity:read_all for Only Me activities.


PARAMETERS /activities/{id}/kudos


GET /activities/{id}/streams

Summary: Get Activity Streams

Returns the given activity’s streams. Requires activity:read scope. Requires activity:read_all scope for Only Me activities.


PARAMETERS /activities/{id}/streams


POST /activities

Summary: Create an Activity

Creates a manual activity for an athlete, requires activity:write scope.


GET /clubs/{id}

Summary: Get Club

Returns a given club using its identifier.


PARAMETERS /clubs/{id}


GET /clubs/{id}/members

Summary: List Club Members

Returns a list of the athletes who are members of a given club.


PARAMETERS /clubs/{id}/members


GET /clubs/{id}/admins

Summary: List Club Administrators.

Returns a list of the administrators of a given club.


PARAMETERS /clubs/{id}/admins


GET /clubs/{id}/activities

Summary: List Club Activities

Retrieve recent activities from members of a specific club. The authenticated athlete must belong to the requested club in order to hit this endpoint. Pagination is supported. Athlete profile visibility is respected for all activities.


PARAMETERS /clubs/{id}/activities


GET /routes/{id}

Summary: Get Route

Returns a route using its identifier. Requires read_all scope for private routes.


PARAMETERS /routes/{id}


GET /routes/{id}/export_gpx

Summary: Export Route GPX

Returns a GPX file of the route. Requires read_all scope for private routes.


PARAMETERS /routes/{id}/export_gpx


GET /routes/{id}/export_tcx

Summary: Export Route TCX

Returns a TCX file of the route. Requires read_all scope for private routes.


PARAMETERS /routes/{id}/export_tcx


GET /routes/{id}/streams

Summary: Get Route Streams

Returns the given route’s streams. Requires read_all scope for private routes.


PARAMETERS /routes/{id}/streams


POST /uploads

Summary: Upload Activity

Uploads a new data file to create an activity from. Requires activity:write scope.


GET /uploads/{uploadId}

Summary: Get Upload

Returns an upload for a given identifier. Requires activity:write scope.


PARAMETERS /uploads/{uploadId}


GET /gear/{id}

Summary: Get Equipment

Returns an equipment using its identifier.


PARAMETERS /gear/{id}