DiceX DevelopersDiceX API Docs

Send Pair To Pair S M S

POST
/api/v1/Sms/SendPairToPairSMS
ApiKey<token>

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

In: header

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://gateway.dicex.me/api/v1/Sms/SendPairToPairSMS" \  -H "Content-Type: application/json" \  -d '{}'
{
  "isSuccess": true,
  "message": "string",
  "value": {
    "items": [
      {
        "messageId": 0,
        "lineNumber": "string",
        "receptor": "string",
        "clientReferenceId": "string",
        "sendDate": "2019-08-24T14:15:22Z",
        "message": "string",
        "statusDescription": "string"
      }
    ]
  }
}