Skip to main content

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

MethodEndpointPurpose
GET/v2/get-token-balanceGet your current wallet balance

Slack

MethodEndpointPurpose
POST/v2/slack/sendSend a Slack alert
POST/v2/slack/replyReply to a Slack thread

Discord

MethodEndpointPurpose
POST/v2/discord/sendSend a Discord message
POST/v2/discord/replyReply to a Discord message
POST/v2/discord/start-threadStart a Discord thread
POST/v2/discord/send-thread-messageSend a message into a thread

Microsoft Teams

MethodEndpointPurpose
POST/v2/teams/sendSend a Teams alert
POST/v2/teams/replyReply to a Teams message

Telegram

MethodEndpointPurpose
POST/v2/telegram/sendSend a Telegram alert
POST/v2/telegram/replyReply to a Telegram alert

Reference pages