PASAR API
Malaysian bulk SMS gateway; HTTP GET/POST with account username + password params.
View docs ↗ More Comms 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 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian 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 Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.