Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Login API for Prestashop

I am working on a iOS Project in which I am using the prestashop API. Please let me know is there any API for login?

like image 881
Daljeet Seera Avatar asked Apr 10 '13 10:04

Daljeet Seera


1 Answers

You can use the PrestaShop webservices and filter with email and password like below:

http://localhost/api/customers/?filter[email][email protected]&filter[passwd]=19160794b7c0b413e80f58298a8d8200

You should not store the COOKIE_KEY of your store in your app, you should make a PHP page to give you the hashed password.

like image 104
Rémi Gaillard Avatar answered Sep 21 '22 16:09

Rémi Gaillard