Integrations

Get API outage alerts where your team works

Available Now

🎮

Discord

Get outage alerts in your Discord server

Set up →
💼

Slack

Notify your team in Slack channels

Set up →
📧

Email

Get alerts delivered to your inbox

Coming Soon

🚨

PagerDuty

Trigger incidents for critical APIs

Coming soon
📟

Opsgenie

Alert your on-call team

Coming soon
👥

Microsoft Teams

Alerts for Teams users

Coming soon
🔗

Custom Webhook

Send alerts to any HTTP endpoint

Coming soon

GitHub Actions

Trigger workflows on outages

Coming soon

Build Your Own Integration

Use our API to build custom integrations. Get status badges, webhook endpoints, and more.

# Get a status badge
curl https://apistatuscheck.com/api/badge/openai

# Register a webhook
curl -X POST https://apistatuscheck.com/api/webhook/discord \
  -H "Content-Type: application/json" \
  -d '{"webhookUrl": "...", "apis": ["openai", "stripe"]}'

Need a specific integration?

Request on GitHub →