cURL
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
subscriptions:read
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Subscription ID
1
Include all history (not just recent)
0
true
false
Successful response
Show child attributes
Was this page helpful?