Get result of a single user for a given interactive lab
Authentication with the “FERMION-API-KEY” header is required to use this endpoint.
Rate limit: Maximum 60 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/get-user-lab-result \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": { "userId": "<string>", "labId": "<string>" } } ] } '
[ { "output": { "status": "ok", "data": { "challengeResult": { "isLabAttempted": true, "result": [ { "challengeId": "<string>", "isChallengePassed": true, "challengeLabel": "<string>" } ] } } } } ]
API Request Body
Show child attributes
API Response Body