API Documentation
Complete API documentation for sending SMS, checking balance, and delivery status using username and password authentication.
Introduction
HTTP API for sending SMS messages, checking account balance, and retrieving delivery reports.
Base URL
https://server.comqe.comAuthentication
All API endpoints use username and password authentication.
Supported Message Types
TEXT
FLASH
UNICODE
UNICODE-FLASH
Response Format
All responses are in JSON format with the following structure:
{
"status": "SUCCESS" | "ERROR_CODE",
"message": "Response message",
"messageId": "uuid" (for send SMS),
"balance": "0.0000" (for balance check),
"dlrStatus": "DELIVRD" (for DLR check)
}Important Notes
- All SMS sent via API are saved in your SMS Report and can be viewed in the dashboard
- Message IDs are unique and can be used to track delivery status
- For bulk SMS, use comma-separated mobile numbers in the
mobileparameter