API Reference
The Alerta v2 API lets your systems send alerts to connected delivery channels.
Base URL
https://api.alerta.encrisoft.com/v2
Authentication
Every request requires:
x-api-key: your_api_key
x-api-secret: your_api_secret
Content-Type: application/json
Get your credentials from Configuration > API Credentials in the Alerta dashboard. See Authentication for more detail.
Endpoints
For the current public integration request and response shapes, see Integrations.
Core
| Method | Endpoint | Purpose |
|---|---|---|
GET | /v2/get-token-balance | Get your current wallet balance |
Slack
| Method | Endpoint | Purpose |
|---|---|---|
POST | /v2/slack/send | Send a Slack alert |
POST | /v2/slack/reply | Reply to a Slack thread |
Discord
| Method | Endpoint | Purpose |
|---|---|---|
POST | /v2/discord/send | Send a Discord message |
POST | /v2/discord/reply | Reply to a Discord message |
POST | /v2/discord/start-thread | Start a Discord thread |
POST | /v2/discord/send-thread-message | Send a message into a thread |
Microsoft Teams
| Method | Endpoint | Purpose |
|---|---|---|
POST | /v2/teams/send | Send a Teams alert |
POST | /v2/teams/reply | Reply to a Teams message |
Telegram
| Method | Endpoint | Purpose |
|---|---|---|
POST | /v2/telegram/send | Send a Telegram alert |
POST | /v2/telegram/reply | Reply to a Telegram alert |