Time

Returns current system time in milliseconds via POST

post/v1/time

Response

timenumber required

Current system timestamp (ms since Unix Epoch)

Example response

{
  "time": 1712019600000
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.