Get Server Time
Overview
Returns the current timestamp.
API URL
/api/constants/getservertime
HTTP Method
GET
Response
An HTTP code of 200 is responded for each successful data requests. The message body contains a JSON string show server time.
Examples
{
"servertime": 1646816860
}