Turn any Android phone into your personal SMS Gateway
WinnoSMS is the premier choice for secure, low-latency OTP and transactional SMS delivery in the Philippines. Build and scale by connecting your own Android companion devices with a license activation plan for unlimited sending at zero credit cost, or instantly rent our high-performance public gateway channels by loading credits onto your account. All gateway streams are optimized to comply with local network safety regulations.
Developer Focused APIs
Simple REST APIs, secure API Key management, and real-time Socket.io heartbeats. Built by developers, for developers.
Free SIM Card Routing
Connect companion mobile devices, check signal levels, and route notifications using your local SMS packages.
Anti-Spam Safety Queue
Manage consecutive cooldown delays dynamically to comply with Philippine carrier limits and prevent SIM blocking.
Earn with Affiliates
Share your unique referral link and earn up to 30% lifetime commissions on all top-ups and key purchases.
Overview
Monitor your messaging activities and credits
Credits Balance
0
Total SMS Sent
0
Failed Messages
0
Counts only for No load / All sims offlineOngoing (Queue)
0
Active Devices
0 / 0
β οΈ Do not include any URLs, website links, or email addresses in your messages. Also, do not share your Device ID or API keys with anyone. WinnoSMS is not responsible for unauthorized use of your credits; your devices may be connected to other users, and only you have visibility of your license and device ID. Sending a message with any of these prohibited items will deduct credits, but the recipient will not receive the message.
Recent Message Logs
| Recipient | Message | Status | SIM Slot | Cost | Date |
|---|---|---|---|---|---|
| No messages sent yet. | |||||
My Devices
Host your own OTP & SMS gateway server using your Android device
β οΈ Do not include any URLs, website links, or email addresses in your messages. Also, do not share your Device ID or API keys with anyone. WinnoSMS is not responsible for unauthorized use of your credits; your devices may be connected to other users, and only you have visibility of your license and device ID. Sending a message with any of these prohibited items will deduct credits, but the recipient will not receive the message.
https://winnosms.winro.site as the Server URL in the application.
Activate Device
Connect your own Android phone for free SMS sending (0 credits cost). The limit for the Android devices you can activate is only 2. If you need more, contact us in the Help Center page.
Connected Devices
My License Keys
All device activation licenses you've purchased. Copy an unused key and paste it in the Activate Device form above.
| License Key | Validity | Status | Device | Expires | Action |
|---|---|---|---|---|---|
| No license keys purchased yet. Visit Buy Plans to get one! | |||||
API Keys & Integration
Get your credentials and integrate WinnoSMS into your app
My Access Keys
| Key Name | API Key Code | Created At | Action |
|---|---|---|---|
| No API Keys generated. | |||
API Integration Guide
Send SMS/OTP by integrating our standard HTTP REST endpoint
curl -X POST https://winnosms.winro.site/api/v1/send \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+639XXXXXXXXX",
"message": "Hello from WinnoSMS!",
"sim": 0
}'
fetch('https://winnosms.winro.site/api/v1/send', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
to: '+639XXXXXXXXX',
message: 'Hello from WinnoSMS!',
sim: 0
})
})
.then(res => res.json())
.then(data => console.log(data));
import requests
url = "https://winnosms.winro.site/api/v1/send"
headers = {
"x-api-key": "YOUR_API_KEY",
"Content-Type": "application/json"
}
payload = {
"to": "+639XXXXXXXXX",
"message": "Hello from WinnoSMS!",
"sim": 0
}
response = requests.post(url, json=payload, headers=headers)
print(response.json())
$headers = @{
"x-api-key" = "YOUR_API_KEY"
"Content-Type" = "application/json"
}
$body = @{
"to" = "+639XXXXXXXXX"
"message" = "Hello from WinnoSMS!"
"sim" = 0
} | ConvertTo-Json
try {
$response = Invoke-RestMethod -Uri "https://winnosms.winro.site/api/v1/send" -Method Post -Headers $headers -Body $body
$response
} catch {
$stream = $_.Exception.Response.GetResponseStream()
$reader = New-Object System.IO.StreamReader($stream)
$errorBody = $reader.ReadToEnd()
$errorBody
}
Buy Credits & License Plans
Select a pack to top up your credits or buy a device activation key
Credits Packages (Shared gateway sending)
150 Credits
β±1.00 per SMS message
- Shared gateway load
- Dual SIM ready enabled
- Signal & battery telemetry
650 Credits
β±0.77 per SMS message
- Shared gateway load
- Dual SIM ready enabled
- Signal & battery telemetry
1,000 Credits
β±0.80 per SMS message
- Shared gateway load
- Dual SIM ready enabled
- Signal & battery telemetry
1,250 Credits
β±0.80 per SMS message
- Shared gateway load
- Dual SIM ready enabled
- Signal & battery telemetry
Device Licenses (Send 100% free using your own phone)
30 Days Validity
Host device (0 credit deduction)
- 1 use for 1 device only
- Dual SIM ready enabled
- Signal & Battery telemetry
60 Days Validity
Host device (0 credit deduction)
- 1 use for 1 device only
- Dual SIM ready enabled
- Signal & Battery telemetry
90 Days Validity
Host device (0 credit deduction)
- 1 use for 1 device only
- Dual SIM ready enabled
- Signal & Battery telemetry
Payment History
| Transaction ID | Type | Price Paid | Credits Added | Purchase Date |
|---|---|---|---|---|
| No payment history. | ||||
My Profile
View and update your personal information and credentials
Personal Information
Update Account Credentials
Admin Command Portal
Monitor system health, users, devices, and generate activation keys
β οΈ Global System Purchasing Status
Enable/Disable all buy buttons across client plans and credit loading screens.
Total System Users
0
Registered Devices
0
Unused License Keys
0
System Users
| User ID | Role | Balance Credits | Joined Date | Actions |
|---|
System Devices
| Device ID / Name | Owner | Status | Actions |
|---|
Generate License Activation Keys
Generated License Keys
| Code | Duration | Status | Redeemed By | Redeemed Device |
|---|
Global Commission Rate
Set the default lifetime commission percentage for all users.
Affiliates and Referrers
| User Email | Ref Code | Custom % | Referrals | Total Earned | Pending Payout | Actions |
|---|
System Message Logs
Affiliate Program
Invite others to WinnoSMS and earn a one-time commission on their first device license purchase!
Total Referrals
0
Current Commission Rate
15%
Keep inviting to increase your rate! Get higher percentages for every successful invite's first credit load or plan purchase.
Lifetime Earnings
β±0.00
Pending Payout
β±0.00
Paid Out
β±0.00
My Referral Link
Share this link to invite users. You'll receive lifetime commission on all of their package recharges and device activations.
Unique Referral Code
Users can also enter this code manually during registration if they do not use the link.
WNXXXX
Commission History
| Referred User | Purchase Amount | Commission Rate | Commission Earned | Status | Date |
|---|---|---|---|---|---|
| No commissions earned yet. | |||||
My Referrals
| Referred User | Registration Date |
|---|---|
| No referrals registered yet. | |