Skip to content
Last updated

Changelog

All notable changes to the Entitlement Management REST API and related documentation will be documented in this file.

BETA Version

The Entitlement Management REST API is currently in its beta version and remains under active development. As such, it is not yet fully optimized, and may undergo significant changes or enhancements. Revenera strongly advises against using this API in production environments.

2025.12 Release [BETA]

Added endpoint:

  • Updated pattern for entitlementId when creating a simple entitlement
  • Updated pattern for activationId when creating a line item
  • product is no longer a required object in the lineItems array when creating a simple entitlement or line item
  • Added the optional partNumber object to the lineItems array when creating a simple entitlement

2025.07 Release [BETA]

Added entitlement and line-item management capabilities. The following endpoints were introduced:

  • POST /entitlement/{entitlementId}/maintenance-line-items
  • POST /entitlement
  • GET /entitlement/{entitlementId}/line-items
  • POST /entitlement/{entitlementId}/line-items
  • PATCH /entitlement/{entitlementId}/line-items/{activationId}/policies
  • PATCH /entitlement/{entitlementId}/additional-properties

2025.04 Release [BETA]

Initial version of the Entitlement REST API Reference