List Subscriptions

Get a list of subscriptions in all agreements.

get
Responses
curl -L \
  --url 'https://api.platform.softwareone.com/public/v1/commerce/subscriptions'
{
  "$meta": {},
  "data": [
    {
      "id": "text",
      "audit": {},
      "$meta": {},
      "href": "text",
      "name": "text",
      "startDate": "2025-04-07T14:10:10.609Z",
      "terminationDate": "2025-04-07T14:10:10.609Z",
      "externalIds": {},
      "agreement": {},
      "terms": {},
      "product": {},
      "autoRenew": true,
      "status": {},
      "commitmentDate": "2025-04-07T14:10:10.609Z",
      "price": {},
      "parameters": {},
      "buyer": {},
      "licensee": {},
      "seller": {},
      "lines": []
    }
  ]
}

Was this helpful?

#227:

Change request updated