Skip to main content
PUT
Update a webhook

Authorizations

x-api-key
string
header
required

API key to access the API

Path Parameters

webhookId
string
required

ID of the webhook to update

Body

application/json

Request body to update a webhook

url
string
required

Destination URL for the webhook

Example:

"https://micro1.ai/webhook"

event
enum<string>
required

Event to be sent to the webhook

Available options:
interview_report.created,
interview_recording.completed,
interview_webcam_recording.completed,
proctoring_score.completed,
applicant.completed,
applicant.created,
applicant.updated,
applicant.invited,
interview.started,
interview.completed
description
string

Description of the webhook

Example:

"Webhook for interview reports"

Response

Successful response

status
boolean

Status of the response

Example:

"true"

message
string

Message of the response

Example:

"Webhook updated successfully"