Service Time
auth not required
Time
This endpoint is used to retrieve the current time from the server.
This endpoint is typically used for:
Synchronization: The client might want to synchronize its internal clock with the server's clock to ensure that all timestamps are accurate and consistent across all services.
Timing: The client might want to use the server's time as a reference point for timing events or measuring elapsed time.
The time endpoint exists on all services and may be used to fetch additional information as needed.
Example
Last updated