Get status and outage information of a service
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"id": "10000",
"type": "service",
"attributes": {
"name": "Demo Service",
"status": "ok",
"status_page_url": "https://status.demo-service.com/",
"isdown_url": "https://isdown.app/integrations/demo-service"
}
}
}Last updated