# Collect - Alerting Collect service alerting proxy to Mimir Alertmanager. **Multi-tenant Alertmanager API** This proxy forwards requests to the Grafana Mimir Alertmanager with automatic multi-tenant isolation. Each system's organization is automatically resolved and injected as the `X-Scope-OrgID` header, ensuring complete isolation of alerts and silences between organizations. **Accessible endpoints:** - `POST /api/services/mimir/alertmanager/api/v2/alerts` - Push alerts - `GET /api/services/mimir/alertmanager/api/v2/alerts` - List alerts - `POST /api/services/mimir/alertmanager/api/v2/silences` - Create silence - `GET /api/services/mimir/alertmanager/api/v2/silences` - List silences - `GET /api/services/mimir/alertmanager/api/v2/silences/{id}` - Get silence - `DELETE /api/services/mimir/alertmanager/api/v2/silences/{id}` - Delete silence - `POST /api/alert_history` - Alertmanager webhook for alert history persistence ## Operations [Powered by Bump.sh](https://bump.sh)