---
title: "Get all webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Get all webhooks

`GET /webhooks`

## Query parameters

- `type` 'marketing' | 'transactional' | 'inbound'
- `sort` 'asc' | 'desc'

## Response `200`

Webhooks informations

- GetWebhooks
  - `webhooks` GetWebhook[], required
    - `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

---

[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)
