REST API Authentication
Last updated 20 hours ago
Using your API key
Include your API key in the Authorization header:
Authorization: Bearer sf_live_your_key_hereBase URL
https://statusforge.net/apiAvailable endpoints
The API provides full CRUD access to:
- StatusForge: Services, Incidents, Subscribers
- ChangeForge: Changelog posts
- HelpForge: Categories, Articles
- Account: Settings, Billing
Rate limits
- 100 requests per minute per API key
- 60 requests per minute per IP (unauthenticated)
Error responses
All errors return JSON with a message field. Common status codes:
- 401 — Missing or invalid API key
- 403 — Insufficient permissions or product not enabled
- 429 — Rate limit exceeded
