Get the current server time.
GET /api/v1/time HTTP/1.1
Accept: application/json
----------------------------------------
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"now": 1575305656
}Authentication is not required.
NONE
NONE
NONE
Successful responses are code 200 with data in the response body. Error responses are standard.
| Name | Description | Value |
|---|---|---|
| now | the current server time as a Unix timestamp | number |