For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

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.

Servers

  • 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.

Example request

curl https://statuspal.io/api/v2/hello \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json'

Datetimes

All datetime fields are stored in UTC and follow ISO 8601 standard (2022-01-01T00:00:00).

Last updated