Introduction
The status API allows integrators periodically checking the status of our products.
Authentication
The API is public and doesn't require any authentication
Usage
We recommend checking every minute. Example below is for Quill
https://status.dioss.com/api/rest/v1/status/quill
Method: GET
Response:
HTTP/1.1 200 Success
Content-Type: application/json
...
{
"name": "Quill",
"status": "OK"
}