Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.
Authorization: Bearer ********************
{
"message": "Hello there! Sending a group SMS",
"type": "sms",
"from-number": "18585550003",
"destination": [
"18585551234",
"18585550001"
]
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/sampleDomain/users/1000/messagesessions//messagesHASHHACK4' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "Hello there! Sending a group SMS",
"type": "sms",
"from-number": "18585550003",
"destination": [
"18585551234",
"18585550001"
]
}'
{
"code": 202,
"message": "Accepted"
}