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 |