User Token
Token:
SMS Credits
Credits:
API Usage
curl -X POST 'https://api.smsexpress.info/sms/send' \
-H 'Content-Type: application/json' \
-H 'api-token: YOUR_API_TOKEN' \
-d '{"phone":"RECEIVER_PHONE_NUMBER", "message":"YOUR_MESSAGE", "username":"YOUR_USERNAME"}'Replace YOUR_API_TOKEN with your actual API token, RECEIVER_PHONE_NUMBER with the recipient’s phone number, YOUR_MESSAGE with the message you want to send, and YOUR_USERNAME with your username.