Skip to main content
GET
/
members
/
locked
Read locked user
curl --request GET \
  --url https://apiweb.mile.app/api/v3/members/locked \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "code": 200,
  "data": [
    {
      "email": "user+1@mile.app",
      "attempt": "5",
      "ttl": 1788
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Response

200 - application/json

Success

status
boolean

Status of response.

data
object

List object of locked users.