Skip to main content

Welcome

This reference documents AlertyAI endpoints used by clients and internal integrations. The schema includes task retrieval, task creation, task completion, and webhook delivery events.

AlertyAI OpenAPI Spec

View the OpenAPI specification file

Authentication

All API endpoints use Bearer token authentication.
"security": [
  {
    "bearerAuth": []
  }
]