-
Notifications
You must be signed in to change notification settings - Fork 0
endpoint_status types
Benjamin Fourmaux edited this page Sep 28, 2022
·
2 revisions
Retrieve all stats type
GET api.service-down.net/status/types
Return a list of Status
[
{
"id": 1,
"label": "ok"
},
{
"id": 2,
"label": "warning"
},
{
"id": 3,
"label": "error"
}
]