v1

latestOpenAPI 3.0.32026-08-0645108163.2 KB
Entitlements

Get registrable entitlements for a placement

Returns the list of entitlements that the company can register for a given placement.

get/public/entitlement/v1/get-registrable-entitlements-for-placement

Query parameters

placementIdstring uuid required

Identifier of the placement.

projectIdstring uuid

Optional identifier of the project to filter entitlements by.

Response

Successfully retrieved registrable entitlements for the placement.

Example response

{
  "entitlements": [
    {
      "effectiveFrom": "2025-01-01",
      "effectiveUntilInclusive": "2025-12-31"
    }
  ]
}