Get customer entitlements

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

customerIdstringRequired
The customer ID

Response

Success response
idstringformat: "uuid"
organizationIdstringformat: "uuid"
productIdstringformat: "uuid"
entitlementIdstringformat: "uuid"
customerIdstringformat: "uuid"
startDatestringformat: "date-time"
totallong
Total entitlement amount
availablelong
Available entitlement amount
usedlong
Used entitlement amount
createdAtstring or nullformat: "date-time"
updatedAtstring or nullformat: "date-time"
endDatestring or nullformat: "date-time"

Errors