This is API :- {{baseUrl}}/service/application/user/authentication/v1.0/login/otp?platform={{applicationId}}
This is the body:-
{
“Mobile”: “{number}”,
“country_code”: “91”,
“captcha_code”: “captchstring”
}
Response:-
{
“error”: “Invalid signature”
}
Signing with this API:- https://api.fynd.com/service/panel/authentication/v1.0/company/1943/oauth/token
this is the body:-
{
“client_id”: “”,
“client_secret”: “”,
“grant_type”: “client_credentials”
}
Hi @Team_Purezza_Technol,
Please verify if you are passing the correct credentials to generate the auth token
Hi @Team_Purezza_Technol,
Can you please share the request payload that you are passing
Hello @Team_Purezza_Technol
I would like to understand why you are calling this API via an extension.
If you want to call it via the storefront, the ‘loginOTP’ method component is already available in the theme; you can directly incorporate it from the theme itself.
we making mobile app and there we need to integrate this API