---
title: "Get a webhook details"
method: GET
path: "/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Get a webhook details

`GET /webhooks/{webhookId}`

## Path parameters

- `webhookId` integer, required

## Response `200`

Webhook informations

- GetWebhook
  - `url` string, url, required — URL of the webhook
  - `id` integer, required — ID of the webhook
  - `description` string, required — Description of the webhook
  - `events` string[], required
  - `type` 'marketing' | 'transactional', required — Type of webhook (marketing or transactional)
  - `createdAt` string, required — Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)
  - `modifiedAt` string, required — Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)
  - `batched` boolean — To send batched webhooks
  - `auth` GetWebhookAuth — Add authentication on webhook url
    - `type` string — Type of authentication
    - `token` string — Webhook authentication token
  - `headers` GetWebhookHeaders[] — Custom headers to be send with webhooks
    - `key` string — Header key name
    - `value` string — Header value

## Other responses

- `400` — bad request
- `404` — Webhook ID not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
