API Documentation
Integrate with the status page API to automate status updates
Authentication
All API requests require authentication via an API key. Include your API key in the request header:
Authorization: Bearer your-api-keyAPI keys can be created with specific permissions:
features:read- Read feature statusesfeatures:write- Update feature statusesservices:read- Read service statusesservices:write- Update service statusese2e:write- Submit E2E test results
Base URL
https://status.yourdomain.com/api/v1