Skip to main content
GET
/
v1
/
attempts
Get Attempts
curl --request GET \
  --url http://localhost:8000/v1/attempts \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "attempt_count": 123,
      "content_id": "<string>",
      "content_type_id": "<string>",
      "max_attempts": 123,
      "last_attempt_at": "2023-11-07T05:31:56Z"
    }
  ],
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Response

200 - application/json

Successful Response

data
AttemptResponse · object[] | null
message
string | null
success
boolean
default:true