cURL
curl --request GET \ --url https://api.smokeball.com/subscriptions/{id}/changes \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
[ { "type": "<string>", "accountId": "<string>", "subscriptionId": "<string>", "name": "\"TierId\", \"AddOnIds\", \"PromotionId\", \"PaymentMethodIds\", \"Interval\", \"Quantity\"", "value": "<string>", "timestamp": "2023-11-07T05:31:56Z" } ]
Returns a log of changes made to the subscription through the API.
0 <= x <= 2147483647
1 <= x <= 500
Successfully retrieved the subscription changes
The response is of type object[].
object[]