AladiaDocs
Api referenceExam collectionsExamsTrials

Create the session proctoring identity of a trial

Add identity to a trial

POST
/v2/exam-collections/{examCollectionId}/exams/{id}/trials/{attemptId}/session/proctoring/identity

Add identity to a trial

AuthorizationBearer <token>

In: header

Path Parameters

examCollectionId*string
attemptId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/exam-collections/string/exams/{id}/trials/string/session/proctoring/identity" \  -H "Content-Type: application/json" \  -d '{    "fileId": "stringstri"  }'
{}