List Subscriptions

Get a list of subscriptions in all agreements.

GEThttps://api.platform.softwareone.com/public/v1/commerce/subscriptions
Response

Success

Body
$metaobject
dataarray of Subscription (object)
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/subscriptions', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "data": [
    {
      "id": "text",
      "href": "text",
      "name": "text",
      "startDate": "2024-09-15T11:57:27.726Z",
      "terminationDate": "2024-09-15T11:57:27.726Z",
      "autoRenew": false,
      "commitmentDate": "2024-09-15T11:57:27.726Z",
      "lines": []
    }
  ]
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.