Sign in

Get Segment

documented

Return the specified segment (read_all to access private data).

GET /segments/{id}Segmentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.strava.com/api/v3/segments/{{$id}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Get Segment · Strava · OpenIntegrations