Group 5 of 25
Services
Every subscription: status, renewal quotes, billing cycle, autorenew, cancellation.
Endpoints
18
Path prefix
/api/v1
Endpoints
GET
/api/v1/services/{service}/addons
List a service's addons
R
GET
/api/v1/cancellations
List every scheduled cancellation on the account
R
GET
/api/v1/services
List the account's services
R
GET
/api/v1/services/{service}/actions/upgrade
List upgrade / downgrade options for a service
R
GET
/api/v1/services/{service}
One service, in full
R
GET
/api/v1/services/{service}/actions/billing-cycle
Preview a billing-period change
R
GET
/api/v1/services/{service}/actions/cancel
Preview a service cancellation
R
GET
/api/v1/services/{service}/actions/renew
Quote a manual renewal
R
GET
/api/v1/services/{service}/usage
The billing usage snapshot for one service
R
GET
/api/v1/services/{service}/cancellations
The pending-cancellation state of one service
R
GET
/api/v1/services/{service}/actions/pause
Whether a service can be paused (it cannot)
R
POST
/api/v1/services/{service}/actions/autorenew
Enable or disable auto-renewal for a service
W
POST
/api/v1/services/{service}/actions/upgrade
Hold a service upgrade for confirmation
W
POST
/api/v1/services/{service}/addons
Hold an addon purchase for confirmation
W
POST
/api/v1/services/{service}/actions/rename
Rename a service's display label
W
PATCH
/api/v1/services/{service}
Set or clear a service's customer note
W
DELETE
/api/v1/services/{service}/addons/{addon}
Hold an addon removal for confirmation
W
DELETE
/api/v1/services/{service}/actions/upgrade
Withdraw an unpaid scheduled upgrade
W