Back to catalog
πŸ’»

httpSMS

API Key

Use your Android phone as an SMS gateway to send and receive SMS messages via a simple HTTP API

πŸ’»DevelopmentHTTPSCORS enabled

SMS Send Result

Send and receive SMS messages programmatically via httpSMS

Message IdMsg_7d3f1a92c045
To+14155550192
ContentYour verification code is 482910
StatusSent
Sent At2024-11-14T09:22:05Z

Sample Response

response.json
1{
2 "message_id": "msg_7d3f1a92c045",
3 "to": "+14155550192",
4 "content": "Your verification code is 482910",
5 "status": "sent",
6 "sent_at": "2024-11-14T09: 22: 05Z"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://docs.httpsms.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs