Skip to main content

Current backend time

GET /health/clock

This endpoint provides the current UNIX time. Your application might use this to verify if the client clock is not out of sync.

Request

Responses

Return the current UNIX time in milliseconds.


Schema
    server_time int64 required
Loading...