Summary
The Change Tier request allows you to change the pricing tier of an existing subscription using a PUT request.
Process
To change the pricing tier of a subscription via the API:
- Construct an API call using the following information:
Method PUT URL https://cloudapi.exclaimer.com Endpoint EITHER exclaimerapi OR any custom endpoint you may have been provided Version 1.0 Resource subscriptions - Construct your request by adding your subscription ID. For help locating your subscription ID, see How to locate your subscription ID in the Exclaimer portal.
- Enter change-tier.
- As the body of the request, enter Tier followed by your desired pricing tier. The available tiers are ExclaimerPro, ExclaimerStandard, and ExclaimerStarter.
Responses
The SUCCESS response is:
- 204 No Content
The FAILURE responses are:
- 400 Bad Request / Missing Field
- 401 Unauthorized
- 404 Not Found
- 415 Unsupported Media Type
- 500 Internal Server Error
NOTE: For JSON and cURL examples, see the Change Tier data.