Single SMS Sending

Request URL

https://{domain}/sms/send?spid=xx&pwd=xx&das=xx&timestamp=xx&sm=x

Request Method

GET

Parameter Description

Field Type Name Description
spid string Interface account
pwd string Encrypted password Important note 3
das string Phone number Must include international code, e.g., 0062
sm string Message content Must be converted to hexadecimal (character length is based on original text)
timestamp string Current Unix timestamp (seconds) Example: 1601028870
senderid string Optional Field enabled for partners

Response

{
  "code": 0,
  "msg": "Success",
  "data": {
    "msgid": "100123",
    "parts": 1  //Current SMS calculated number of segments
  }
}

Status Code (code) Description


Revision #1
Created 4 December 2025 08:55:25 by Admin
Updated 4 December 2025 08:55:40 by Admin