Metrics
Publish custom performance metrics to your status page and display them as charts for your customers.
Last updated
curl -X POST "https://statuspal.io/api/v2/status_pages/STATUS_PAGE_SUBDOMAIN/metrics/METRIC_ID/data_points" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"timestamp": 1700000000, "value": 42.5}'