This API allows you to get the entitlements of a user session. Entitlements are the rights and permissions that a user has to access certain resources or perform certain actions. This can be useful for understanding what a user is currently entitled to access.
OK
Unauthorized
Bad Gateway
{- "owner": "string",
- "entitlements": [
- {
- "code": "string",
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "effectiveDate": "2019-08-24",
- "type": "subscription"
}
]
}