SMM
Professional SMS Gateway Service. Send SMS globally with our reliable, fast, and easy-to-integrate API. Start with free credits and scale as you grow.
Our global infrastructure ensures your messages are delivered in seconds, not minutes.
Send SMS to over 150 countries worldwide with local carrier connections for reliable delivery.
Simple REST API with comprehensive documentation and SDKs for popular programming languages.
Track delivery status, open rates, and other metrics with our comprehensive analytics dashboard.
Enterprise-grade security with 99.9% uptime guarantee and data encryption.
Affordable rates with no hidden fees. Pay only for what you use with volume discounts.
Our API provides everything you need to manage SMS communications
Send messages, check status, and view history
4 EndpointsManage deposits, transactions, and payment methods
3 EndpointsGet pricing information and exchange rates
2 EndpointsOrganize contacts and contact lists
2 EndpointsCreate and manage message templates
1 EndpointGet referral codes, referrals, and country data
3 EndpointsView and update user profile information
2 EndpointsExplore our complete API documentation with detailed examples for all endpoints.
View Full DocumentationIntegrate SMS functionality into your application in minutes
curl -X POST "https://smmplatform.online/api/send" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"sender_id": "MyCompany",
"recipients": ["+250788123456", "+250734654321"],
"message": "Hello from the API! 🚀",
"user_message_id": "msg-12345",
"currency": "USD"
}'
{
"success": true,
"sent": 1,
"failed": 0,
"total_cost": 0.3076,
"currency": "USD",
"details": [
{
"recipient": "+250789051060",
"status": "sent",
"message_id": "msg-12345"
}
]
}
curl -X GET "https://smmplatform.online/api/balance" \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"balances": {
"USD": 95.5000,
"RWF": 120000,
"USD_sms_capacity": 310,
"RWF_sms_capacity": 4000
}
}
curl -X GET "https://smmplatform.online/api/status?message_id=msg-12345" \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"message_id": "msg-12345",
"user_message_id": "msg-12345",
"recipient": "+250788123456",
"message": "Hello from the API! 🚀",
"status": "DELIVERED",
"cost": 0.3076,
"currency": "USD",
"created_at": "2023-12-28T09:43:00Z",
"updated_at": "2023-12-28T09:43:35Z"
}
curl -X GET "https://smmplatform.online/api/contact-lists" \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"contact_lists": [
{
"id": 1,
"user_id": 1,
"list_name": "Customers",
"description": "Regular customers",
"contact_count": 25,
"created_at": "2023-12-28T09:43:00Z"
}
]
}
Ready to integrate? Check out our full documentation for more endpoints and advanced features.
View Full DocumentationNo hidden fees. Pay only for what you use.
Join thousands of businesses using SMM to connect with their customers.