Subscribing the User to the Service
Learn how to subscribe the users to your service.
GET: https://<hostname>/lookup/subscribe/mtnng/?userid={USERID}&keyword={PRODUCT_ID}GET: https://<hostname>/lookup/subscribe/etisalatng/?userid={USERID}&keyword={PRODUCT_ID}Parameter
Required
Description
{
subscribed: true,
message: "Subscription request has been accepted!",
code: 202
}{
subscribed: false,
message: "Execution Error: Invalid Ad Id",
code: 400
}Last updated