POST
/
v1
/
sms
/
bulk
curl --request POST \
  --url https://api.terrareach.com/api/v1/sms/bulk \
  --header 'Content-Type: application/json' \
  --data '{
  "mask": "<string>",
  "message": "<string>",
  "phoneNumbers": [
    "<string>"
  ],
  "apiKey": "<string>"
}'
[
  {
    "id": "<string>",
    "text": "<string>",
    "senderId": "<string>",
    "to": "<string>",
    "type": "TRANSACTIONAL",
    "initiatedMedium": "API_CALL",
    "deliveryStatus": "SUCCESSFULLY_SUBMITTED_TO_SMSC"
  }
]

Body

application/json

Response

200
*/*
OK

The response is of type object[].