V2
MasSubscriptions
I am MasSubscriptions API. My intention is to provide a set of REST services for handling subscriptions and their
related entities.
Resources
| Resource | Description |
|---|---|
| Subscriptions | Subscription resource contains all the data applicable to any kind of subscription regardless its type |
| Bundles | Bundle resource represents a bundle containing multiple subscriptions according to certain commercial definition |
| Promotions | Promotion resource represents a promotion associated to a subscription |
| Devices | Device resource represents a device associated to a subscription |
| AddOns | Add-ons resource represents a add-ons (value-added service) associated to a subscription |
| Amazon Prime | Amazon Prime resource represents an amazon prime subscription containing specific amazon prime data besides all data applicable to any subscription |
| Max | Max resource represents a Max streaming subscription containing specific Max data besides all data applicable to any subscription |
| Mobile | Mobile resource represents a mobile line subscription containing specific mobile related data besides all data applicable to any subscription |
| Broadband | Broadband resource represents a broadband connection subscription containing specific broadband connection data besides all data applicable to any subscription |
| Landline | Landline resource represents a landline subscription containing specific landline data besides all data applicable to any subscription |
| Orange TV | Orange TV resource represents a Orange TV subscription containing specific Orange TV data besides all data applicable to any subscription |
| Orange TV Libre | Orange Tv Libre resource represents a Orange Tv Libre subscription containing specific Orange Tv Libre data besides all data applicable to any subscription |
| Disney | Disney resource represents a Disney subscription containing specific Disney data besides all data applicable to any subscription |
| Netflix | Netflix resource represents a Netflix subscription containing specific Netflix data besides all data applicable to any subscription |
| Credit Limits | Credit limits resource represents credit limits associated to a subscription or a tenant |
| Change Requests | Change requests resource represents a change request over a bundle or subscription |
| Commitments | Commitments resource represents a customer commitment linked to a promotion or device |
| DeviceInsurance | DeviceInsurance resource represents a Device Insurance subscription containing specific Device Insurance data besides all data applicable to any subscription |
| Multisim | Multisim resource represents a multisim subscription containing specific multisim related data besides all data applicable to any subscription |
| Payment Plans | Payment Plans resource represents a payment plan associated to a device that is associated to a subscription |
| Operations | Subscription administration operations |
Security
Authentication
All MasStack APIs uses JWT tokens to authorize all the requests. Following this, an Auhtorization with a Bearer JWT token is needed in all the requests.
In the Authorization Guides you can find documentation about JWT Tokens and how to get them in MasStack.
Base URLs
| Environment | Base Path |
|---|---|
| production | https://subscriptions.masstack.com/v2/ |
| staging | https://subscriptions.sta.masstack.com/v2/ |