Professional SMS receiving and management system
URL: /api/receive-sms.php
Method: POST or GET
Parameters:
sender or from - Sender number (supports alphanumeric)receiver or to - Receiver numbermessage or text - SMS contentURL: /api/get-last-sms.php
Method: GET
Parameters:
phone_number or number - Phone number to queryURL: /api/get-last-sms-regex.php
Method: GET
Parameters:
phone_number or number - Phone number to queryUses the regex pattern configured for the phone number
URL: /api/get-unused-number.php
Method: GET or POST
Returns an unused phone number and marks it as used
Authentication: Include API key in URL as parameter ?key=YOUR_API_KEY
Default API Key: your-secret-api-key-change-this
Example: /api/receive-sms.php?key=your-secret-api-key-change-this