Server Time, Get
Returns the current Server Time.
URL
/api/server-time-get
Request Method
POST
Required Fields
(none)
Example Request JSON
{}
Full Request JSON
{}
Success Response
Returned HTTP status indicates success:
200/OK
Returned JSON contains the current Server Time:
200/OK
Returned JSON contains the current Server Time:
{
"SERVER_TIME_LOCAL": "2025-10-31T21:07:24.9460457-06:00",
"SERVER_TIME_UTC": "2025-11-01T03:07:24.9460457Z"
}
Failure Response
Returned HTTP status indicates failure:
400/Request JSON is invalid.
405/Request method must be POST.
500/(Error Message)
Returned JSON contains error information for the failed request:
400/Request JSON is invalid.
405/Request method must be POST.
500/(Error Message)
Returned JSON contains error information for the failed request:
{
"MESSAGE": "",
"MESSAGE_CODE": ""
}
