Skip to main content

Start track ride

This page describes how to start track ride.

When starting track ride, track status is changed from planned to pending and you will be able to list stages for given userTrackRideId and send statistics.

Route details#

  • Url: https://velo-europe.de/api/{lang}/proxy/{track-uuid}/tracks/rides
  • Method: POST
  • Authentication required

Path params#

  • track-uuid - string - required

Example request#

curl --location --request POST 'https://velo-europe.de/api/de/proxy/pt-489/tracks/rides' \
--header 'accept: application/json' \
--header 'authorization: Bearer ZTRiYjExODExYTY1NjgxZWI0MTM3N2NlMWE2MTI3NTNhOWRiZGE0ODM5MjE2NjBiM2M1MWEwMzkxMDVlNWExYg'

Response body#

Response contains object with id item which later is used as userTrackRideId in route object.

{
"id": 749
}