Endpoints
Send SMS
API Documentation
Endpoints
Send SMS
POST
/
v1
/
sms
curl --request POST \
--url https://api.terrareach.com/api/v1/sms \
--header 'Content-Type: application/json' \
--data '{
"mask": "<string>",
"message": "<string>",
"phoneNumber": "<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
.
Was this page helpful?
curl --request POST \
--url https://api.terrareach.com/api/v1/sms \
--header 'Content-Type: application/json' \
--data '{
"mask": "<string>",
"message": "<string>",
"phoneNumber": "<string>",
"apiKey": "<string>"
}'
{
"id": "<string>",
"text": "<string>",
"senderId": "<string>",
"to": "<string>",
"type": "TRANSACTIONAL",
"initiatedMedium": "API_CALL",
"deliveryStatus": "SUCCESSFULLY_SUBMITTED_TO_SMSC"
}