Hi I set an api that works fine with the given example http://example.com/amember/api/check-access/by-login-pass?_key=APIKEY&login=john&pass=1234 but we want to know how to send the password hashed in md5 or whatever http://example.com/amember/api/chec...john&pas=RG$RT!#$Tqrgqerg@#$5746856324FEffsds How would we accomplish this?
Unfortunately it is not possible. aMember do not save user password at all. aMember save only salted hash of password. So in event of you send hash to aMember then there is not way to authenticate user (check this hash). As I understand you do not want to send pass in clear text, is not it? The best approach to avoid it just use https on your site with aMember and send API request to https://example.com....