DiceX DevelopersDiceX API Docs

Send Bulk S M S

POST
/api/v1/Sms/SendBulkSMS
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/SendBulkSMS" \  -H "Content-Type: application/json" \  -d '{}'
{
  "isSuccess": true,
  "message": "string",
  "value": {
    "lineNumber": "string",
    "clientReferenceId": "string",
    "receptors": [
      {
        "messageId": 0,
        "receptor": "string"
      }
    ],
    "message": "string",
    "sendDate": "2019-08-24T14:15:22Z"
  }
}