Send Single S M S get
Authorization
ApiKey ApiKey<token>
API Key needed to access the endpoints. Example: "ApiKey: {key}"
In: header
Query Parameters
apiKey?string
sendDate?string
Format
date-timelineNumber?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"
}
}