Get the exam taking link for a participant
Generates and retrieves a unique link that a participant can use to access and take an assigned exam.
Responses
-
Exam taking link successfully generated and returned.
-
Authorization failed. Ensure the
X-Client-Key
sent is valid and active. -
Invalid or inactive client. The API key may be incorrect, expired, or your account does not have permission.
-
Participant is not assigned to this exam, or participant/exam data not found.
GET
/exam-participants/link
curl \
--request GET 'https://app.indolat.com/api/v1/exam-participants/link?participant_id=42&exam_id=42' \
--header "X-Client-Key: $API_KEY"