Create a webhook
Create a webhook. The signing secret is returned once, unmasked, in this response only.
Authorizations
API key authentication for the public API. Pass your API key as a Bearer token.
Body
Request serializer for POST /webhooks.
Endpoint URL to send webhook events to. Must be an https URL with a publicly routable host: this endpoint rejects http, loopback, private, and link-local targets.
1 - 2048Event types to subscribe to. Omit or pass [] to receive all events.
job_application.deleted- Job Application Deletedinterview.completed- Interview Completedinterview_v2.completed- Interview V2 Completedapplication.created- Application Createdapplication.status_changed- Application Status Changedcv_evaluation.completed- CV Evaluation Completedinsights.completed- Insights Completed
job_application.deleted, interview.completed, interview_v2.completed, application.created, application.status_changed, cv_evaluation.completed, insights.completed Response
Create/rotate response. The real secret is shown exactly once.
Endpoint URL to send webhook events to. A delivery whose host resolves to a private, loopback, or link-local address is blocked and not retried, regardless of which surface created the webhook.
Event types this webhook subscribes to. An empty list means all events.
job_application.deleted- Job Application Deletedinterview.completed- Interview Completedinterview_v2.completed- Interview V2 Completedapplication.created- Application Createdapplication.status_changed- Application Status Changedcv_evaluation.completed- CV Evaluation Completedinsights.completed- Insights Completed
job_application.deleted, interview.completed, interview_v2.completed, application.created, application.status_changed, cv_evaluation.completed, insights.completed Disabled webhooks receive no deliveries.

