Send SMS (GET) API

Send SMS via a GET request using query parameters.

Endpoint Information

GET https://api.moolre.com/open/sms/send

Authentication & Headers

Header NameTypeRequiredDescription
X-API-VASKEYstringYesYour SMS service VAS Key.

Query Parameters

ParameterTypeRequiredDescription
typeintegerYesMust be 1.
senderidstringYesYour approved Sender ID.
recipientstringYesRecipient phone number.
messagestringYesMessage content.

Response Examples

200 - Success

Message sent.

{
  "status": 1,
  "code": "SMS01",
  "message": "Success"
}

← Back to AI Documentation Index | View Full API Reference