Was this helpful?
#330:
Change request updated 3 months ago
Get a list of subscriptions in all agreements.
/v1/commerce/subscriptions
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/commerce/subscriptions'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "startDate": "2025-02-23T22:50:58.258Z", "terminationDate": "2025-02-23T22:50:58.258Z", "externalIds": {}, "agreement": {}, "terms": {}, "product": {}, "autoRenew": true, "status": {}, "commitmentDate": "2025-02-23T22:50:58.258Z", "price": {}, "parameters": {}, "buyer": {}, "licensee": {}, "seller": {}, "lines": [] } ] }