Date & time

Get date and time

Use this method to get current server time.

Request

Header parameters:

  • Authorization: Bearer <token>

GET[base]/time

curl --location --request GET 'https://your.base-url.here/time' \
--header 'Authorization: Bearer <token>'

Response

Body:

time string

The current server date and time.

RESPONSE BODY EXAMPLE
{
  "time": "2021-01-01T00:00:00+00:00"
}