v10
latestOpenAPI 3.1.02026-08-0452108384.4 KBWebhooks
List All Webhooks
Retrieve all active webhooks configured for your team including their status, target URL, event type, and linked saved search. Archived webhooks are excluded from the response. Use this to monitor your webhook integrations.
get/v0/webhooks
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
}
]