Skip to main content

Finish stage

This page describes how to finish stage.

Route details#

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

Path params#

  • userRiddenTrackStage - integer - required - stage id

Example request#

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

Example response body#

{
"success": true
}