Health
Current backend time
This endpoint provides the current UNIX time. Your application might use this to verify if the client clock is not out of sync.
get/health/clock
Response
Return the current UNIX time in milliseconds.
Example response
{
"server_time": 1603400958947
}