Skip to main content
GET
/
submissions
/
exists
/
{email}
Check if submission exists for current week
curl --request GET \
  --url https://wbl.monolisk.dev/submissions/exists/{email}
{
  "exists": true
}

Path Parameters

email
string<email>
required

Student email address

Response

200 - application/json

Check completed successfully

exists
boolean

Whether a submission exists for this week