Skip to main content
POST
/
v2
/
subscriptions
/
{xid}
/
send-sms
Send sms
curl --request POST \
  --url https://api.bondio.co/v2/subscriptions/{xid}/send-sms \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "senderText": "<string>",
  "messageText": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

xid
string
required

Body

application/json
senderText
string
required
messageText
string
required

Response

200

OK