...
Every interaction with the API needs an Authorization Token. The token is generated per user.
Upgrade
...
Change Subscription Plan
Code Block |
---|
POST /subscriptions/{subscription}/changeplan?product_id={product_id} {subscription} - The id of the subscription to upgrade |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{
"product_id" : {product_id}
} |
- {product_id} - The id of the product you wish to subscribe to
...