Skip to Content
Retrieve a webhook
get

Retrieves the details of a webhook that has previously been created. The signing_secret is not included; it is only returned once, when the webhook is created.

Request path & query params
WEBHOOK_ID
string

The ID of the webhook.

get
200
https://api.mux.com/system/v1/webhooks/{WEBHOOK_ID}
Response
(application/json)
{
  "data": {
    "id": "abc12d",
    "address": "https://example.com/webhook",
    "enabled": true,
    "created_at": "2026-07-15T12:00:00.000000Z"
  }
}