Skip to main content
The API Alerts REST API enables direct integration with our notification service. While we recommend using our SDKs for most use cases, the API is available for custom implementations.

Base URL

https://api.apialerts.com

Authentication

All requests require a workspace API key passed as a Bearer token in the Authorization header.
Authorization: Bearer YOUR-API-KEY
API keys are scoped to a workspace and can be created in the dashboard.

Request Headers

Authorization: Bearer YOUR-API-KEY
Content-Type: application/json

Endpoints

MethodPathDescription
POST/eventSubmit an event notification

Error Responses

All error responses follow this format:
{
  "message": "Error description"
}
StatusDescription
400Invalid request body or validation error
401Invalid or missing API key
429Rate limit exceeded (resets weekly on Sunday 11:59 PM UTC)