Quiz

Get a quiz attempt by ID

GET
/api/v1/quiz/attempt/{attemptId}
/api/v1/quiz/attempt/{attemptId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

attemptId
Required
string

The ID of the attempt to retrieve

curl -X GET "https://example.com/api/v1/quiz/attempt/string" \
  -H "Authorization: <token>"

OK