Enables or disables a registered webhook for a specific event type.
The 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
.To disable a webhook for the "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 body is of type object
.
Webhook's is_active status updated successfully.
The response is of type object
.
Enables or disables a registered webhook for a specific event type.
The 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
.To disable a webhook for the "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 body is of type object
.
Webhook's is_active status updated successfully.
The response is of type object
.