# Get the exam taking link for a participant **GET /exam-participants/link** Generates and retrieves a unique link that a participant can use to access and take an assigned exam. ## Servers - https://app.indolat.com/api/v1: https://app.indolat.com/api/v1 () ## Authentication methods - X client key ## Parameters ### Query parameters - **participant_id** (integer) Unique ID of the participant. - **exam_id** (integer) Unique ID of the exam. ## Responses ### 200 Exam taking link successfully generated and returned. ### 401 Authorization failed. Ensure the `X-Client-Key` sent is valid and active. ### 403 Invalid or inactive client. The API key may be incorrect, expired, or your account does not have permission. ### 404 Participant is not assigned to this exam, or participant/exam data not found. [Powered by Bump.sh](https://bump.sh)