Skip to content

endpoint_status types

Benjamin Fourmaux edited this page Sep 28, 2022 · 2 revisions

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"
	}
]

Clone this wiki locally