Network Double Opt-in (NDOI) Unsubscribe

Learn how to handle an NDOI request using our API.

GET /api/doi/<account_id>/<api_key>/

Initiate a network DOI unsubscription request.

curl -XGET -H "Content-type: application/json" 'https://hostname/api/doi/<account_id>/<api_key>/?source=<shortcode>&destination=<msisdn>&keyword=<kw>&frequency=7&amount=100&campaign=Test&provider=<networkprovider>&reference=<your internal reference>&stop'

Headers

Required Body

Response

{
  "200": "MT-c65561314eb34088b6df42d8241aace0"
}

For a full list of response codes, please click here.

Last updated