Checking Subscription Status (API)
This document aims to detail how to check subscriptions status of subscribers.
Last updated
This document aims to detail how to check subscriptions status of subscribers.
Last updated
You can also check your users subscription status via our RESTFul api with the following POST request:
The only parameter required for the request is the statuses you check.
Parameter | Description |
---|---|
Please note: You can include multiple statuses in your request, for example: 'active', 'inactive'
etc.
If your user's status has been checked successfully you will receive the following response, HTTP Status Code 200:
status
The statuses you want to check, for example: active
, inactive
, nf
, nfi
, ping
, onhold
, blocked
, reinvite
and doi-onhold
msisdn
The unique MSISDN you are trying to unsubscribe.
signature
Unique parameter consisting of three values: campaign_id, msisdn and account_id. For example: 1af289e14aa593c843da7cd869a8e2f7
.