V3-sales
MasSubscriptionsSales
I am MasSubscriptions Sales API. My intention is to provide a set of REST services for handling sales requests.
Resources
| Resource | Description |
|---|---|
| Promotions | Contains all the information related to promotion commercial operations |
| Bundles | Contains all the information related to any bundle commercial 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/v3/ |
| staging | https://subscriptions.sta.masstack.com/v3/ |