A next-generation alternative to ScratchVerifier. A public server is available at https://sv2-server.herokuapp.com/
This requests the status of the server.
Good response:
200 OK
Bad response:
500 Server Error
This requests a user's profile to be checked for the code.
Body:
{
"user": "scratch_username"
}
Good response:
{
"code": "3Q8Q8UqObPEQocs3UiVHXy2fp2QqcoQVtlu5seN3nb5BZauFTz"
}
Bad response:
406 Not Acceptable
Body:
{
"user": "scratch_username"
}
Good response:
200 OK
Bad response:
403 Forbidden