Health Check APIs
Service Health Check APIs
Last updated
Was this helpful?
Service Health Check APIs
Use the public health check endpoint GET /api/health/ to automatically verify if the PixieBrix API is operational.
A successful response will return a 200 OK status code with the following JSON payload:
{"status": "ok"}Note: Any other status code or response indicates that the PixieBrix API may be unavailable.
For more detailed status updates and to subscribe to maintenance and uptime notifications, visit the PixieBrix Status Page.
Last updated
Was this helpful?
Was this helpful?