SMS Platform Developer Documentation
Welcome to the SMS Platform API documentation. This guide explains how external developers can integrate with our SMS platform to send messages programmatically.
What is this platform?
This platform provides APIs that allow developers to send bulk SMS messages through our system. Developers can integrate these APIs into their applications to send:
- Notifications and alerts
- Marketing campaigns
- Transactional messages
- Reminders and confirmations
Quick Start
Get an API Key
Obtain your API key from the dashboard. Your API key is used to authenticate all requests.
Create a Sender ID
Register and get approval for your sender ID. This is the name that will appear as the sender of your messages.
Make API Requests
Send SMS using our REST API. Check out the code examples to get started quickly.
API Overview
| Endpoint | Method | Description |
|---|---|---|
/api/send-sms | POST | Send SMS immediately |
/api/scheduled-messages-direct | POST | Schedule SMS for later |
/api/scheduled-messages-direct/{id} | DELETE | Cancel a scheduled SMS |