Alert endpoints are HTTP destinations that Charley POSTs to when a security event occurs. See Webhooks for the full integration guide.Documentation Index
Fetch the complete documentation index at: https://docs.charlemagnelabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
List Alert Endpoints
Response
Create an Alert Endpoint
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
url | string | Yes | HTTPS URL to send alerts to |
description | string | No | Human-readable label |
Response
201 Created
Delete an Alert Endpoint
Response
204 No Content
Errors
| Code | Description |
|---|---|
403 | Caller does not have ORG_ADMIN role |
404 | Endpoint not found or belongs to a different org |