Initiate Subscription (API)
This document will detail how to initiate a subscription via RESTFul api.
To initiate a subscription via our RESTFul API you must make the following POST request:
Parameters
Parameter | Description |
---|---|
msisdn | The unique MSISDN you are trying to unsubscribe. |
signature | Unique parameter consisting of three values: campaign_id, msisdn and account_id. For example: |
keyword | Your unique Mobivate keyword. |
pin | Your validated PIN code. For example: |
Successful response
If your initiate subscription was successful, you will receive a HTTP Status Code: 200:
Failed response
In case the campaign id is invalid or campaign is no longer available, the following status will be returned, HTTP Status Code: 404:
Additional parameters/User Information
When submitting the subscription initiate response, you can also submit additional information that you have obtained about the subscriber. Here is a list of some of the additional parameters you can submit:
Parameter | Description |
---|---|
first_name | First Name |
last_name | Last Name |
Valid Email Address | |
dob | Date of birth |
ip | Valid IPv4 Address |
handset | Device/Make/Model/ID |
custom_data | Any custom data in JSON format. Under 1kb |
traffic_source | A name/ID to identify this traffic source |
Last updated