v9
OpenAPI 3.1.02026-08-0352108381.8 KBWebhooks
Enable/Disable A Webhook
By disabling a webhook, it will stop listening to events. When you enable a webhook, it will process all the events that have not been processed yet since you disabled it.
patch/v0/webhooks/{webhook_id}/status
Path parameters
webhook_idinteger required
ID of the webhook
Example:123
ID of the webhook
Request body
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
}