GET
/
subscriptions
/
{id}
/
changes
Get subscription changes
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"
  }
]

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

id
string
required

Query Parameters

Offset
integer
Required range: 0 <= x <= 2147483647
Limit
integer
Required range: 1 <= x <= 500

Response

200
application/json

Successfully retrieved the subscription changes

The response is of type object[].