Webhook
Update a webhook
This endpoint updates a webhook by ID.
PUT
/
webhook
/
{webhookId}
Authorizations
x-api-key
string
headerrequiredAPI key to access the API
Path Parameters
webhookId
string
requiredID of the webhook to update
Body
application/json
url
string
requiredDestination URL for the webhook
event
enum<string>
requiredEvent to be sent to the webhook
Available options:
interview_report.created
description
string
Description of the webhook
Response
200 - application/json
status
boolean
Status of the response
message
string
Message of the response