GET Get Webhook Settings¶
This API retrieves global AI interview webhook settings configured for the company.
Request URL¶
GET /ai-interviews/settings/webhooks
Warning
Make sure to add your API key in the Header of the request using the key apiKey.
Response¶
{
"webhooks": {
"start": {
"status": false,
"url": ""
},
"submission": {
"status": false,
"url": ""
},
"auth": {
"type": "basic",
"basic": {
"username": null,
"password": null,
"hasPassword": false
},
"apikey": {
"header": null,
"apikey": null
}
}
}
}