curl --request GET \
--url https://api-next.ofauth.com/v2/access/subscriptions/:subscriptionId/history \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"list": [
{
"subscribeDate": "<string>",
"expireDate": "<string>",
"price": 123
}
],
"hasMore": true
}Get subscription history for a specific subscription
Permission Required: subscriptions:read
curl --request GET \
--url https://api-next.ofauth.com/v2/access/subscriptions/:subscriptionId/history \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"list": [
{
"subscribeDate": "<string>",
"expireDate": "<string>",
"price": 123
}
],
"hasMore": true
}Requires a connection via the x-connection-id header.
Subscription ID
1Include all history (not just recent)
0, 1, true, false Was this page helpful?