🧩 Simplora Developer Challenge

This is a test for evaluating your problem-solving and development skills.

Steps

  1. Use the /data endpoint to find the hidden message.

  2. Send the hidden message to /verify-message via a POST request.

  3. Base URL of the endpoints is the same as the current site url.

  4. You could try navigating from the browser by appending /data to current url but this would probably take you to a dead end.

  5. 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.

  6. 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": ""
    }