patch

PATCH /v2/webhooks/{id}/status — Toggle enabled/disabled

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Lightweight toggle for the listing screen. Only accepts enabled (boolean).

Required role

affiliate_super_admin

Request body

FieldTypeRequiredDescription
enabledbooleantrue to enable, false to disable

Response 200

{
  "id": "webhook::abc123",
  "status": "enabled",
  "isEnabled": true
}

Errors

StatusDescription
400enabled is not a boolean
404Webhook not found for this affiliate
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!