get
https://example.com
PATCH /v2/webhooks/{id}/status — Toggle enabled/disabled
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Lightweight toggle for the listing screen. Only accepts enabled (boolean).
Required role
affiliate_super_admin
Request body
| Field | Type | Required | Description |
|---|---|---|---|
enabled | boolean | ✅ | true to enable, false to disable |
Response 200
200{
"id": "webhook::abc123",
"status": "enabled",
"isEnabled": true
}Errors
| Status | Description |
|---|---|
400 | enabled is not a boolean |
404 | Webhook not found for this affiliate |
