Lists routes created by a specific athlete. Returns an array of Route summaries including id, name, distance, elevation gain, and type. Private routes are filtered out unless the token has read_all scope. Only the authenticated athlete's routes can be accessed; attempting to lis…
idRequiredintegerThe identifier of the athlete. Must match the authenticated athlete to list their routes.
pageintegerPage number for paginated results. Defaults to 1.
per_pageintegerNumber of routes per page. Maximum is 200. Defaults to 30.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.