Blacklist

This method allows you to retrieve your blacklist. A contact who replies STOP or unsubscribe through the STOP link will automatically be moved into your blacklist.

GET

/blacklist

Examples

HTTP
 httpCopyGET /blacklist HTTP/1.1
Host: api.smsfactor.com
Accept: application/json
Authorization: Bearer your.token
    

Result Format

JSON
{
  "status": 1,
  "message": "OK",
  "list": [
      {
          "id": "5a4e49d9fc5886067c13f533",
          "destination": "33612345678",
          "date": "2025-05-09 12:12:28"
          "info1": "Isaac",
          "info2": "Asimov",
          "info3": "1919",
          "info4": "Petrovichi",
          "user_information": [],
          "campaign_id": null,
          "batch_id": null
      },
      {
          "id": "5a4e4a00fc5886067c13f534",
          "destination": "33612345677",
          "date": "2025-05-09 12:12:28"
          "info1": "Howard",
          "info2": "Phillips",
          "info3": "Lovecraft",
          "info4": "",
          "user_information": [],
          "campaign_id": 47858459,
          "batch_id": null
      }
  ],
  "totalRecords": 2,
  "totalDisplayRecords": 2
}