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