Routes

List Athlete Routes

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

get/athletes/{id}/routes

Query parameters

pageinteger

Page number. Defaults to 1.

per_pageinteger

Number of items per page. Defaults to 30.

Response

A representation of the route.

Route[] required— unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.