Skip to main content
POST
/
sellers
/
buyers
/
message
Blast Message to Buyers
curl --request POST \
  --url https://apiv2.telecomsxchange.com/sellers/buyers/message \
  --header 'Content-Type: application/json' \
  --data '
{
  "subject": "<string>",
  "message": "<string>"
}
'

Body

subject
string
Subject of message blast
message
string
Body of the blast message