Register a webhook
Register a webhook
Register a webhook URL to receive event notifications. Events include candidate completion, interview status changes, etc.
POST
Register a webhook
Authorizations
API key for authentication. Pass your key in the X-API-KEY header.
Body
application/json
Request body for creating a webhook.
ID of the posting this webhook is for.
Example:
"13D77095"
Destination URL for webhook delivery.
Example:
"https://webhook.site/test"
Type of event that triggers the webhook: 'interview_completed', 'candidate_ingested', etc.
Example:
"interview_completed"