---
title: "Consulta um único Webhook"
method: GET
path: "/api/v1/webhooks/{id}"
tags: ["Webhooks"]
---

# Consulta um único Webhook

`GET /api/v1/webhooks/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- AsaasApiWebHookGetOneDto
  - `name` string — Nome do Webhook
  - `url` string — URL de destino dos eventos
  - `email` string — E-mail que receberão notificações sobre o Webhook
  - `enabled` boolean — Define se o Webhook está ativo
  - `interrupted` boolean — Define se a fila de sincronização está interrompida
  - `events` string[] — Lista de eventos enviados pelo Webhook
  - `sendType` 'NON_SEQUENTIALLY' | 'SEQUENTIALLY' — Sequencial (SEQUENTIALLY) ou não sequencial (NON_SEQUENTIALLY)
  - `id` string — Identificador único do webhook
  - `hasAuthToken` boolean — Define se há token de autenticação do Webhook

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/baseerp/apis/api-base-by-asaas.md) · [All operations](https://skmtc.dev/baseerp/apis/api-base-by-asaas/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/baseerp/api-base-by-asaas/revisions/408ce44b0d29/schema)
