Time Service

This service relays Reactive's server clock time so you can sync your client for time-sensitive interval requests.

Get time

Get the events that have occurred.

Request:

GET https://time.reactive.live/api/v1/time

Example command:

curl https://time.reactive.live/api/v1/time

Response:

HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
  "now": 1700571386529
}