SMS Alert Shopify API is available at a monthly cost of 5 USD. To use these API’s you need to first subscribe to it from your shopify SMS Alert under API Access.

OTP

POST Generate OTP

https://{YOUR_MY_SHOPIFY_DOMAIN}/apps/sa/authenticate.php?user={YOUR_SMS_ALERT_USERNAME}&pwd={YOUR_SMS_ALERT_PWD}&action=generateloginotp&mobileno={MOBILE_NO}

params


user

smsalert

SMS Alert username

pwd

{YOUR_SMS_ALERT_PWD}

SMS Alert password

action

generateloginotp

Action

mobileno

{MOBILE_NO}

Shopify customer register number

Example Request


Example Response

200 – OK

Example Response

200 – OK

Example Response

200 – OK

OTP

POST Generate Register OTP

https://{YOUR_MY_SHOPIFY_DOMAIN}/apps/sa/authenticate.php?user={YOUR_SMS_ALERT_USERNAME}&pwd={YOUR_SMS_ALERT_PWD}&action=generateregotp&mobileno={MOBILE_NO}&emailid=smsalert123%40gmail.com

params


user

smsalert

SMS Alert username

pwd

{YOUR_SMS_ALERT_PWD}

SMS Alert password

action

generateregotp

Action

mobileno

{MOBILE_NO}

mobile number

emailid

smsalert123@gmail.com

Email id

Example Request


Example Response

200 – OK

Example Response

200 – OK

Example Response

200 – OK

OTP

POST Validate OTP

http://{YOUR_MY_SHOPIFY_DOMAIN}/apps/sa/authenticate.php?user={YOUR_SMS_ALERT_USERNAME}&pwd={YOUR_SMS_ALERT_PWD}&action=generateloginotp&mobileno={MOBILE_NO}&mobileno={MOBILE_NO}&code=3167

params


user

smsalert

SMS Alert username

pwd

{YOUR_SMS_ALERT_PWD}

SMS Alert password

action

validateloginotp

Action

mobileno

{MOBILE_NO}

Mobile number

otp

3167

OTP entered by the user

Example Request


Example Response

200 – OK

Example Response

200 – OK

OTP

POST Validate OTP

http://{YOUR_MY_SHOPIFY_DOMAIN}/apps/sa/authenticate.php?user={YOUR_SMS_ALERT_USERNAME}&pwd={YOUR_SMS_ALERT_PWD}&customer%5Bemail%5D=smsalert123adasf%40gmail.com&customer%5Bpassword%5D={YOUR_SMS_ALERT_PWD}&customer%5Bphone%5D=8010551045&action=validateregotp&mobileno=8010551045&otp=7971

params


user

smsalert

SMS Alert username

pwd

{YOUR_SMS_ALERT_PWD}

SMS Alert password

action

validateregotp

Action

mobileno

{MOBILE_NO}

Mobile number

customer[email]

smsalert@gmail.com

Customer emailid

customer[phone]

{MOBILE_NO}

Customer phone

customer[password]

{YOUR_SMS_ALERT_PWD}

Customer password

otp

3167

OTP entered by the user

Example Request


Example Response

200 – OK

Example Response

200 – OK

Still can't find the solution for your Query?

Contact Support