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 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian 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 Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.