Webhook
Create a webhook
This endpoint sets up a webhook for the AI Recruiter. It allows you to receive notifications, such as interview results, when a candidate completes the interview and the report is generated.
POST
Authorizations
API key to access the API
Body
application/json
Request body to create a webhook
Destination URL for the webhook
Example:
"https://micro1.ai/webhook"
Event to be sent to the webhook
Available options:
interview_report.created
, interview_recording.completed
Description of the webhook
Example:
"Webhook for interview reports"
Response
200
application/json
Successful response
ID of the webhook
Example:
"123e4567-e89b-12d3-a456-426614174000"