Live · 99.7% uptime
Send SMS to anyone in Sierra Leone
Powering banks, schools, and businesses with reliable bulk SMS, OTP codes, and a developer API.
# Send SMS with one request
curl -X POST
"https://api.apphivesl.com/v1/sms" \
-u "CLIENT_ID:SECRET" \
-d '{
"from": "Apphive",
"to": "23279000000",
"content": "Your OTP is 1234"
}'
-u "CLIENT_ID:SECRET" \
-d '{
"from": "Apphive",
"to": "23279000000",
"content": "Your OTP is 1234"
}'