Tiers
Tiers are for upgrading between different levels of subscription packages and automatically applying their deliverables.
Checkout Flow
API Endpoints
Path parameters
tokenstringRequiredExample:
The webstore identifier.
t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cbResponses
200
Successful response returns a list of category information.
application/json
get
/accounts/{token}/categories200
Successful response returns a list of category information.
Authorizations
AuthorizationstringRequired
Path parameters
tokenstringRequiredExample:
The webstore identifier.
some-uuidtierIdintegerRequiredExample:
The tier identifier
6276316Body
package_idintegerOptionalExample:
6834822Responses
200
Successful response.
application/json
patch
/accounts/{token}/tiers/{tierId}200
Successful response.
Authorizations
AuthorizationstringRequired
Path parameters
tokenstringRequiredExample:
The webstore identifier.
t66x-7cd928b1e9312709e6810edac6dc1fd1eefc57cbusernameIdintegerRequiredExample:
76561198042467020Responses
200
Successful response returns a list of category information.
application/json
get
/accounts/{token}/categories?usernameId={usernameId}&includePackages=1200
Successful response returns a list of category information.
Last updated