Add number to blacklist
GET https://www.lightsms.com/external/get/add2stop.php
Add a phone number to your blacklist (stop list).
Numbers in the blacklist will not receive SMS messages. Use this to honor opt-out requests and maintain compliance with SMS regulations.
Authorization​
This endpoint requires authentication using login, signature, and timestamp parameters.
See the Authentication documentation for more details.
AUTHORIZATION: HTTP
REQUEST
Base URL
https://www.lightsms.com
Query Parameters
loginREQUIREDYour LightSMS account login
signatureREQUIREDRequest signature for authentication
phoneREQUIREDPhone number to add to blacklist
timestampREQUIREDUTC timestamp of the request
returnResponse format (json or xml)
RESPONSE
Number added to blacklist successfully
{
"id": "4419373"
}