cURL
curl --request POST \ --url https://apiweb.mile.app/api/v3/member/unlock \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "user+1@mile.app" } '
{ "status": true, "code": 200, "message": "user+1@mile.app has been unlocked. The user can now log in." }
This endpoint for unlock the specific authenticated user that canāt login because locked by system
Use a valid Bearer token to authenticate.
The email of user. Example: example@mile.app
example@mile.app
Success
Status of response.
Message of response.