v46

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012445110.0 KB
Webhooks

Set webhook config

Replace the endpoint URL and subscribed events. Preserves the signing secret. A fresh endpoint is undeliverable until a secret is set (see rotate-secret).

put/v1/webhooks

Query parameters

owner_kind'user' | 'mm'

Which endpoint to address: user (default) or mm (market-maker).

Request body

urlstring required

HTTPS endpoint. Must not resolve to private/internal infrastructure.

eventsstring[] required

Event names to subscribe to (subset of the catalog). Empty parks the endpoint.

Response

OK