MasSubscriptionsSubscriptionCreationService
I am MasSubscriptions Subscription Creation Service. My intention is to provide a set of REST services for migrating subscriptions into existing subscriptions databases.
Resources
| Resource | Description |
|---|
|Credit Limits|Credit limit migration endpoints for subscriptions|
|Segments|Segment migration endpoints for subscriptions|
|Max Subscriptions|Max streaming subscription migration endpoints|
|Disney Subscriptions|Disney streaming subscription migration endpoints|
|Amazon Prime Subscriptions|Amazon Prime streaming subscription migration endpoints|
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/ |