---
title: "Webhook Endpoint for Grafana Alerts"
method: POST
path: "/v1/alert/webhook"
tags: ["webhook", "alerts", "grafana"]
---

# Webhook Endpoint for Grafana Alerts

`POST /v1/alert/webhook`

## Headers

- `Authorization` string

## Request body

- GrafanaAlertBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `alertname` string
  - `alerts` GrafanaAlert[], nullable, required
    - `generatorURL` string, required
    - `labels` AlertLabels, required
      - `alertname` string
      - `clusterId` string
      - `color` string
      - `customerName` string
      - `environment` string
      - `instance` string
      - `job` string
      - `region` string
      - `scaleops_id` string
      - `severity` string
      - `slack_channel` string
      - `token` string, required
  - `commonLabels` AlertCommonLabels
    - `color` string
  - `groupLabels` AlertGroupLabels
    - `alertname` string
    - `grafana_folder` string
  - `message` string, required
  - `status` string, required
  - `title` string, required

## Response `200`

OK

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/scaleops/apis/scaleops-free-trial.md) · [All operations](https://skmtc.dev/scaleops/apis/scaleops-free-trial/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scaleops/scaleops-free-trial/revisions/eba76d71caac/schema)
