Skip to main content
PATCH

Authentication

string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Request Body

string
required
Unique identifier of the webhook to update
string[]
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_booked
boolean
Set to true to activate or false to deactivate the webhook
At least one of events or active must be provided alongside the required id field. Both can be sent together in a single request.

Response

boolean
Indicates if the webhook was updated successfully
object
Updated webhook details

Error Responses

Validation Errors

400 - Bad Request
400 - Bad Request
400 - Bad Request
400 - Bad Request
400 - Bad Request
400 - Bad Request

Authorization Errors

401 - Unauthorized
401 - Unauthorized