PASAR API
Malaysian bulk SMS gateway; HTTP GET/POST with account username + password params.
View docs ↗ More Communications APIs# iSMS Malaysia ~ bulk SMS / OTP HTTP API needs an API key ~ get yours at: # https://www.isms.com.my/sms_api.php curl 'https://www.isms.com.my/isms_send_all_id.php' \ -H 'X-API-Key: YOUR_API_KEY'
I'm integrating a Malaysia API into my app. API: iSMS Malaysia ~ bulk SMS / OTP HTTP API Provider: iSMS (MobiWeb) Auth: requires an API key (sign up: https://www.isms.com.my/sms_api.php) Pricing: paid Base URL: https://www.isms.com.my/isms_send_all_id.php Important note: Malaysian bulk SMS gateway; HTTP GET/POST with account username + password params. Source: iSMS (MobiWeb) (https://www.isms.com.my/sms_api.php) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-06-13 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.