Service Health Check APIs
Use the public health check endpoint GET /api/health/ to automatically verify if the PixieBrix API is operational.
GET /api/health/
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 Pagearrow-up-right.
Last updated 11 months ago
Was this helpful?