PASAR API
Register at connect.speedsms.vn to get an access token, used as the username in HTTP Basic auth. Pay-per-message; SDKs and code samples for most languages. Docs Vietnamese-first. VN-first.
View docs ↗ More Communications APIs# SpeedSMS ~ developer-friendly SMS gateway API needs an access token ~ get yours at: # https://speedsms.vn/sms-api/ curl 'https://api.speedsms.vn/index.php' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Vietnam API into my app. API: SpeedSMS ~ developer-friendly SMS gateway API Provider: SpeedSMS Auth: requires an access token (sign up: https://speedsms.vn/sms-api/) Pricing: paid Base URL: https://api.speedsms.vn/index.php Important note: Register at connect.speedsms.vn to get an access token, used as the username in HTTP Basic auth. Pay-per-message; SDKs and code samples for most languages. Docs Vietnamese-first. VN-first. Source: SpeedSMS (https://speedsms.vn/sms-api/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs token Last checked: 2026-07-03 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.