Get the current server time for client clock synchronization
Output
Encoding
application/jsonserverTime
stringdatetime
Required
Current server time in RFC3339 format
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"serverTime"
],
"properties": {
"serverTime": {
"type": "string",
"format": "datetime",
"description": "Current server time in RFC3339 format"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Get the current server time for client clock synchronization"
}