Get one subscription in an agreement.
Last updated 1 month ago
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/subscriptions/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "startDate": "2025-01-23T13:26:46.167Z", "terminationDate": "2025-01-23T13:26:46.167Z", "autoRenew": false, "commitmentDate": "2025-01-23T13:26:46.167Z", "lines": [] }