v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
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.

server_timeinteger required

Example response

{
  "server_time": 1603400958947
}