Unsubscribing user from the Service
Learn how to subscribe the users to your service.
Last updated
Learn how to subscribe the users to your service.
Unsubscription works the same way the Subscription request does except the URL endpoint is slightly different.
For un-subscribing a MTN Customer request:
GET: https://content.mobivate.com/lookup/unsubscribe/mtnng/?userid={USERID}&keyword={PRODUCT_ID}For un-subscribing a Etisalat Customer request:
GET: https://content.mobivate.com/lookup/unsubscribe/etisalatng/?userid={USERID}&keyword={PRODUCT_ID}202
Request has been accepted
400
Execution Error: …
409
Network Generated Error (custom message follows)
417
Invalid response received
501
Unknown network
600
Missing UserID or Keyword parameters
601
Request failed for unknown reason
Last updated