GET time

Get the current server time.

Example

GET /api/v1/time HTTP/1.1
Accept: application/json
----------------------------------------
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{
  "now": 1575305656
}

Security

Authentication is not required.

URL Parameters

NONE

Query Parameters

NONE

Request Body

NONE

Response

Successful responses are code 200 with data in the response body. Error responses are standard.

Response Body

NameDescriptionValue
nowthe current server time as a Unix timestampnumber