Skip to main content

Finish route

This page describes how to finish route.

Route details#

  • Url: https://velo-europe.de/api/{lang}/proxy/userTrackRide/{userTrackRideId}/finish
  • Method: POST
  • Authentication required

Path params#

  • userRiddenTrackId - integer - required

Example request#

curl --location --request POST 'https://velo-europe.de/api/de/proxy/userTrackRide/591/finish' \
--header 'accept: application/json' \
--header 'authorization: Bearer ZDQ5OTc2NjI4YzA2NThiMjY5NjE3Zjg3OTc4Y2RjNTg0NjUzYTU2NDAwMDI2ZDdlMDNlMzk2Y2Q0YjA1NjYwZQ'

Example response body#

{
"success": true
}