DocsQuick Start Guide

Quick Start Guide

Get up and running with PingSLA in under 5 minutes.

1

Create an Account

Sign up for a free account — no credit card required.

2

Add Your First Monitor

Click "Add Monitor" → enter URL → pick interval → save.

3

Configure Alerts

Email, SMS, Slack, Discord, PagerDuty, or Webhooks — your choice.

4

Create a Status Page

Go to Status Pages → create → add monitors → share the URL.

Example
curl -X POST https://api.pingsla.com/v1/monitors \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Production API",
    "url": "https://api.example.com/health",
    "interval": 60,
    "expectedStatus": 200
  }'

Ready to get started?

Create your free account and set up your first monitor in minutes.

Start Free Monitoring