Skip to main content
POST

Authentication

string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Request Body

string
required
The URL where webhook events will be sent via POST requests. Must be a valid, publicly accessible URL.
string[]
required
Array of event types to subscribe to. Available events: job_added job_activated job_deactivated job_deleted applicant_applied cv_upload_completed meeting_booked

Response

boolean
Indicates if the webhook was created successfully
object
Webhook details

Error Responses

Validation Errors

400 - Bad Request
400 - Bad Request
400 - Bad Request
400 - Bad Request
400 - Bad Request
You can register multiple webhooks per workspace — there is no longer a one-per-workspace limit. Each webhook is independent and can subscribe to any combination of event types.

Authorization Errors

401 - Unauthorized
401 - Unauthorized