Ping server and get the current uptime of the server. This is an authenticated call and can be used to test if the server is up and the authentication header is valid before attempting to access other authenticated routes.
Ping server and get the current uptime of the server. This is an authenticated call and can be used to test if the server is up and the authentication header is valid before attempting to access other authenticated routes.
Code | Condition |
---|---|
200 | The server is up and available |
404 | The server is not available |