GET Get Proctoring Settings

This API retrieves global AI interview proctoring settings configured for the company.

Request URL

GET /ai-interviews/settings/proctoring

Warning

Make sure to add your API key in the Header of the request using the key apiKey.

Response

{
    "proctoring": {
        "ai": false,
        "eyegaze": false,
        "offTab": false,
        "screenRecord": false,
        "webcam": false
    }
}