Time
GET/api/v1/time
Test connectivity to the API server and get the current server time.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
ts integer
specifies the current server time in milliseconds
Example:
1727860524082
{
"ts": 1727860524082
}
Loading...