Set SMS URL
/api/smsurl
- token (required)
- url (required)
Configures the inbound SMS POST URL.
{
"code": 200,
"status": "success",
"data": "Successfully set sms post url"
}
{
"code": 400,
"status": "error",
"data": "Missing variable: url"
}
Last modified 3yr ago