DiceX DevelopersDiceX API Docs

Send Single S M S get

GET
/api/v1/Sms/SendSingleSMS
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Query Parameters

apiKey?string
sendDate?string
Formatdate-time
lineNumber?string
receptor?string
message?string
clientReferenceId?string
udh?boolean

Response Body

curl -X GET "https://gateway.dicex.me/api/v1/Sms/SendSingleSMS"
{
  "isSuccess": true,
  "message": "string",
  "value": {
    "messageId": 0,
    "lineNumber": "string",
    "receptor": "string",
    "cost": 0,
    "clientReferenceId": "string",
    "message": "string",
    "sendDate": "2019-08-24T14:15:22Z"
  }
}