Overview
API overview
Read public status and manage incident timelines through the Pulseforge API.
The Pulseforge Events API exposes one public status resource and authenticated incident mutations. Use the same contracts through HTTP or the browser SDK.
Base URL
TEXT
https://status.example.com
Replace the example host with your deployed Pulseforge origin.
Try your first request
Open the status endpoint
Select Read the current public status from the Status group.
Send the request
The response reports the overall service state and active incidents.
Authenticate mutations
Configure a bearer token before opening or updating an incident.
Never expose an incident-management token in the status widget or other customer-facing JavaScript.
Was this page helpful?