endpoint_status types - BenjaminFourmaux/ServiceDown-api GitHub Wiki

Status/types

Retrieve all stats type

Methods

Request

GET api.service-down.net/status/types

Response

Return a list of Status

[
	{
		"id": 1,
		"label": "ok"
	},
	{
		"id": 2,
		"label": "warning"
	},
	{
		"id": 3,
		"label": "error"
	}
]