{ "opencollection": "1.0.0", "info": { "name": "Mobile Advertisement", "version": "3.0.0 - Last updated date:2026-07-15 18:21:13" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.mtn.com/v1/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Mobile Ads Service", "type": "folder" }, "items": [ { "info": { "name": "Fetch Adverts", "type": "http" }, "http": { "method": "POST", "url": "https://api.mtn.com/v1/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation helps to fetch mobile ads for the customer based on their preferences and location, supporting personalized advertising and targeted content delivery for enhanced user experience.," } ] } ], "bundled": true }