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"
startDatedatetime
totallong
Total entitlement amount
availablelong
Available entitlement amount
usedlong
Used entitlement amount
createdAtdatetime or null
updatedAtdatetime or null
endDatedatetime or null

Errors