PASAR API
Malaysian SMS gateway; HTTP API with username/password + sender ID params (docs are a PDF).
View docs ↗ More Communications APIs# OneWaySMS ~ Malaysia bulk SMS gateway API needs an API key ~ get yours at: # https://www.onewaysms.com.my/api.pdf curl 'https://gateway.onewaysms.com.my:10002' \ -H 'X-API-Key: YOUR_API_KEY'
I'm integrating a Malaysia API into my app. API: OneWaySMS ~ Malaysia bulk SMS gateway API Provider: OneWaySMS Auth: requires an API key (sign up: https://www.onewaysms.com.my/api.pdf) Pricing: paid Base URL: https://gateway.onewaysms.com.my:10002 Important note: Malaysian SMS gateway; HTTP API with username/password + sender ID params (docs are a PDF). Source: OneWaySMS (https://www.onewaysms.com.my/api.pdf) 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.