---
title: "Visualizar regra de notificação"
method: GET
path: "/webhooks/{webhook_uuid}"
---

# Visualizar regra de notificação

`GET /webhooks/{webhook_uuid}`

Este recurso retorna informações de uma regra de notificação.

## Path parameters

- `webhook_uuid` string, required

## Response `200`

200

- object
  - `data` object
    - `id` string
    - `type` string
    - `attributes` object
      - `kind` string
      - `url` string
      - `createdAt` string
      - `active` boolean
      - `extraHeaders` unknown

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/grafeno/apis/api-v2-grafeno.md) · [All operations](https://skmtc.net/grafeno/apis/api-v2-grafeno/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grafeno/api-v2-grafeno/versions/20f928f6933f/schema)
