🧩 Simplora Developer Challenge
This is a test for evaluating your problem-solving and development skills.
Steps
- Use the
/data endpoint to find the hidden message.
- Send the hidden message to
/verify-message via a POST request.
- Base URL of the endpoints is the same as the current site url.
- You could try navigating from the browser by appending /data to current url but this
would probably take you to a dead end.
- The test is a developer puzzle so the errors you would see in the /data endpoint would
be because of you trying something wrong or related to rate limiting.
- On a successful POST call with correct message you would receive a response which
would tell you if you have passed the test.
POST Body Format
{
"message": "",
"email": ""
}