---
title: "Get webhook config"
method: GET
path: "/v1/webhooks"
tags: ["Webhooks"]
---

# Get webhook config

`GET /v1/webhooks`

Returns the current webhook endpoint config (or nulls if never configured) plus the subscribable event catalog. The signing secret is never returned — only whether one is set.

## Query parameters

- `owner_kind` 'user' | 'mm'

## Response `200`

OK

- object
  - `data` WebhookConfig
    - `owner_kind` 'user' | 'mm'
    - `url` string, nullable — Configured HTTPS endpoint, or null if never set.
    - `events` string[] — Subscribed event names.
    - `status` string, nullable — Endpoint status, or null if never configured.
    - `has_signing_secret` boolean — Whether a signing secret is set (deliveries require one).
    - `event_catalog` string[] — The events this endpoint kind may subscribe to. (GET only.)

---

[API](https://skmtc.net/totalistrading/apis/totalis-rfq-api.md) · [All operations](https://skmtc.net/totalistrading/apis/totalis-rfq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalistrading/totalis-rfq-api/versions/b0adb9a590b4/schema)
