Webhooks
Update Webhook
Update an existing webhook’s events or active status
PATCH
Authentication
Bearer authentication header of the form
Bearer <token>, where <token> is your auth token.Request Body
Unique identifier of the webhook to update
Updated array of event types to subscribe to. An empty array
[] is valid and will remove all event subscriptions. Available events: job_added job_activated job_deactivated job_deleted applicant_applied cv_upload_completed meeting_bookedSet to
true to activate or false to deactivate the webhookAt least one of
events or active must be provided alongside the required id field. Both can be sent together in a single request.Response
Indicates if the webhook was updated successfully
Updated webhook details