POST Endpoint
https://yourdomain.com/api/send.php
Parameters
- apikey – your API key
- mobile – recipient number
- message – SMS content
Example CURL
curl -X POST https://yourdomain.com/api/send.php \
-d "apikey=YOURKEY" \
-d "mobile=0917xxxxxxx" \
-d "message=Hello"