
Instatus is a public API providing post to and update maintenance and incidents on your status page through an http rest api.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://instatus.com/help/api | Primary API endpoint. |
curl -X GET "https://instatus.com/help/api" \ -H "Accept: application/json"