Session

Session-scoped endpoints for authenticated end-users. Retrieve entitlements and permissions for the current user session.

Get User Entitlements

get

Retrieve the entitlements for the current user session. Entitlements represent the products, features, or content the authenticated user is entitled to access based on their active subscriptions. Commonly used by storefronts to gate content or show personalised offers.

Authorizations
AuthorizationstringRequired

Session-scoped Bearer token for authenticated end-user operations. Used by the Limio SDK to retrieve user-specific data such as entitlements. Tokens are issued during the checkout or login flow.

Responses
chevron-right
200

OK

application/json
ownerstringOptional

The limio identity that owns the session.

get
/session/entitlements

Last updated

Was this helpful?