Managing black list

Your account has a blacklist of phone numbers that have been somehow blocked from receiving SMS. This can be done by using these APIs or by the recipient responding with 'STOP' or using the extra service 'unsubscribe link'.

  • Read blacklist GET /v2/blacklist
  • Add an entry POST /v2/blacklist
  • Read a single entry GET /v2/blacklist/{msisdn}
  • Add or update an entry PUT /v2/blacklist/{msisdn}
  • Delete an entry DELETE /v2/blacklist/{msisdn}

Response data type

{ "msisdn": "46703541190", "created": "2019-11-01T16:32:18.253" }

msisdn

The added entry in MSISDN format

created

A timestamp of when the number was added to the blacklist.