Get User Test

GET /api/user/test/<user_id>/<secret>

Retrieves tests associated with a specific user from the database.

Parameters

Example Request

curl -X GET "https://url/api/user/test/123/your_secret_key_here"

Example Response

{
  "test_type": "words",
  "test_length": 100,
  "test_time": 300,
  "test_seed": 987654321,
  "quote_id": 123,
  "wpm": 65,
  "accuracy": 98
}