Skip to content
TrackDayR LogoTrackDayR LogoTrackDayR Docs
DiscordGitHub

NotifyLapSet API

Description

Notify the database of a lap being set.

Endpoint

POST https://api.trackdayr.com/v1/NotifyLapSet

Body form-data

NameTypeRequiredDescription
keystringTrackDayR WebAPI authentication key.
steamiduint64SteamID of the author of the lap
leaderboardidint32ID of the leaderboard of the lap
scoreint32Lap time score
ugciduint64ID of UGC file with lap info

Response example

{
  "status": "success"
}