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