cURL
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 } ] }
This endpoint retrieves details of the specific authenticated user that canāt login because locked by system
Use a valid Bearer token to authenticate.
Success
Status of response.
List object of locked users.