get_route_by_id
Retrieve a specific route from Strava using its identifier. Access private routes with read_all scope.
Instructions
Get Route
Endpoint: GET /routes/{id}
Description: Returns a route using its identifier. Requires read_all scope for private routes.
Read-only operation. Scopes: required: read_all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The identifier of the route. |