Send an arbitrary SMS
POST/sms/send
Send an arbitrary SMS message to a phone number
Request
- application/json
Body
required
to stringrequired
The phone number to send the arbitrary SMS
message stringrequired
The arbitrary SMS message
Responses
- 200
- 401
- 403
- 500
The SMS was successfully sent
Invalid API key provided
Integration is not allowed to send SMS
Error in sending the SMS
Loading...