What is the alternative solution for Shopify Login API not working?

RazaneYassine
Visitor
2 0 0

I am creating an external mobile app using ionic and shopify and I want my shopify customers that already exist to login to my app 

I was sending a post request to this link https://testing-laravel.myshopify.com/account/login with {
"form_type": "customer_login",
"customer[email]": "test@gmail.com",
"customer[password]": "pass"
}

but it is not working

Is there any other solution that can help me? 

Replies 0 (0)