Skip to main content
1

Create a Workspace

Sign up at apialerts.com or download the mobile app (Android, iOS). Create a workspace to organize your notifications.
2

Get Your API Key

Navigate to your workspace settings and generate an API key. This key authenticates all your requests.
3

Send Your First Event

Choose your preferred method:
curl -X POST https://api.apialerts.com/event \
  -H "Authorization: Bearer YOUR-API-KEY" \
  -H "Content-Type: application/json" \
  -d '{ "message": "Hello from API Alerts!" }'
4

Receive Notifications

You’ll receive a push notification on all devices connected to your workspace. Open the mobile app to see your event in the feed.

What’s Next?