Challenges
Create a New Challenge
POST /challenge/new
Create a challenge.
Headers
Name
Value
Response
{
"key:" "CHALLENGE KEY"
}{
"error": "You need to fill out both fields"
}Solve a Challenge
POST /challenge/solve
Attempt to solve a challenge.
Headers
Name
Value
Content-Type
application/json
key
<challenge key>
a
<answer>
Response
Get the Question
GET /challenge/q
Get a challenge's question.
Headers
Name
Value
key
<key>
Response
Last updated
Was this helpful?