Send Single SMS Message
POST /send/single
POST /send/single Required Permission
create:SingleSMSExample Request
curl --location 'https://<hostname>/send/single' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"text": "test",
"originator": "test",
"recipient": "4479000000001",
"shortenUrls": false,
"excludeOptouts": true
}'Request Parameters
Field
Type
Required
Description
Responses
Last updated