Skip to main content
Retrieves all the data needed to render a customer self-service portal, including subscriptions, entitlements, and billing information.

Query

Parameters

CustomerPortalInput
required
Input parameters for the customer portal query

Return Type

Returns a CustomerPortal object with:

Billing Information Fields

Common Use Cases

Build a complete customer portal showing current plan, usage, and upgrade options.
Display current feature usage against limits with progress bars.
Show payment method and link to billing portal for updates.
Check canUpgradeSubscription and show upgrade CTAs when appropriate.

Example: Building a Portal UI