Skip to main content
PUT
Set webhook config

Authorizations

Authorization
string
header
required

Privy JWT issued to the web dashboard. Sent as Authorization: Bearer <jwt>. The Privy session signer underpins all wallet-signed actions.

Query Parameters

owner_kind
enum<string>
default:user

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

Available options:
user,
mm

Body

application/json
url
string
required

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

events
string[]
required

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

Response

OK

data
object