Skip to content

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:

html
<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

codebodywhen it happens
405textMethod is not GET
429textRate limit exceeded