POST
/
exams
/
embeddable-ui-link
curl --request POST \
  --url https://api-staging.crazygoldfish.com/exams/embeddable-ui-link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "embeddable_ui_id": "IE-GT-W-02",
  "institute_id": "inst_456",
  "teacher_id": "",
  "parent_id": "",
  "student_id": "123",
  "student_name": "crazygoldfish"
}'
{
  "embeddable_ui_requested": "https://mock-test.crazygoldfish.com/exam/<unique_id>/?client_id=1",
  "client_id": 1,
  "institute_id": "inst_456",
  "teacher_id": "",
  "parent_id": "",
  "student_id": "123",
  "student_name": "crazygoldfish"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Test link generated successfully.

The response is of type object.