---
title: "WebHook Endpoint For Grafana Notification"
method: POST
path: "/v1/notification/webhook"
tags: ["webhook", "grafana"]
---

# WebHook Endpoint For Grafana Notification

`POST /v1/notification/webhook`

## Headers

- `Authorization` string

## Request body

- GrafanaWebHookRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `alerts` ExtendedAlert[], nullable, required
    - `annotations` object, required
    - `dashboardURL` string, required
    - `embeddedImage` string
    - `endsAt` string, date-time, required
    - `fingerprint` string, required
    - `generatorURL` string, required
    - `imageURL` string
    - `labels` object, required
    - `panelURL` string, required
    - `silenceURL` string, required
    - `startsAt` string, date-time, required
    - `status` string, required
    - `valueString` string, required
    - `values` object
  - `commonAnnotations` object, required
  - `commonLabels` object, required
  - `externalURL` string, required
  - `groupKey` string, required
  - `groupLabels` object, required
  - `message` string, required
  - `orgId` integer, required
  - `receiver` string, required
  - `state` string, required
  - `status` string, required
  - `title` string, required
  - `truncatedAlerts` integer, required
  - `version` 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)
