---
title: "Get Multi-Webhook Configuration"
method: GET
path: "/multi_webhook"
tags: ["Webhooks"]
---

# Get Multi-Webhook Configuration

`GET /multi_webhook`

Retrieves all configured additional webhooks including their names, URLs, and custom headers.

## Response `200`

Multi-webhook configuration retrieved successfully

- MultiWebhookGetAllMultiWebhooksResp — Response containing the multi-webhook enabled state and all configured destinations
  - `destinations` ConfigDestination[]
    - `headers` object
    - `name` string, required
    - `url` string, required
  - `enabled` boolean

## Other responses

- `401` — Unauthorized - Invalid or missing D360-API-KEY
- `409` — Multi webhook is disabled - use POST to enable it first

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
