v10
latestOpenAPI 3.1.02026-08-0452108384.4 KBWebhooks
Update Webhook
patch/v0/webhooks/{webhook_id}
Path parameters
webhook_idinteger required
ID of the webhook
Example:123
ID of the webhook
Request body
Example request
{
"url": "https://example.com/webhook",
"search_id": 123,
"description": "Webhook for new jobs",
"listening_start_time": "2024-01-01T00:00:00Z",
"trigger_once_per_company": true
}Response
Successful Response
Example response
{
"url": "https://example.com/webhook",
"search_id": 123,
"description": "Webhook for new jobs",
"listening_start_time": "2024-01-01T00:00:00Z",
"trigger_once_per_company": true
}