Introduction
Last updated
Here you'll learn how to leverage the power of StatusPal through its API to query your status page's status, create and update incidents, push custom metrics and more.
https://statuspal.io/api/v2 (US servers)
https://statuspal.eu/api/v2 (EU servers)
If you need some assistance please email us at support@statuspal.io.
curl https://statuspal.io/api/v2/hello \
-H 'Accept: application/json' \
-H 'Content-Type: application/json'All datetime fields are stored in UTC and follow ISO 8601 standard (2022-01-01T00:00:00).
Last updated