Enables or disables a registered webhook for a specific event type.
PATCH /webhook/status endpoint allows you to activate or deactivate a registered webhook for a specific event type.
Key Steps:
PATCH request to /webhook/status with the event_type, is_active status, and organization_public_id."scribe" event type, send the following request:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Payload to update the webhook status.
The type of event associated with the webhook.
"scribe"
Determines whether the webhook is active (true) or inactive (false).
false
The unique identifier for the organization that owns the webhook.
"<string>"