Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 590 Bytes

File metadata and controls

25 lines (16 loc) · 590 Bytes

Status widget script endpoint

GET /v1/heo-status.js serves a browser widget script that checks API status and shows a toast when services are disrupted or in maintenance.

No authentication is required.

Request

Load the script in your page:

<script src="https://api.heo-systems.net/v1/heo-status.js"></script>

Success response (200 OK)

The endpoint returns JavaScript with Content-Type: application/javascript.

Error responses

code body when it happens
405 text Method is not GET
429 text Rate limit exceeded