Get App Subscriptions (Beta)
Get App Subscriptions (Beta)
webflow.getAppSubscriptions()
Returns all active app subscriptions associated with the current site.
Use this to gate features behind paid subscription tiers or to check which subscription plan a site is on.
Beta
These methods are in public beta and may change with future releases.
Syntax
Returns
Promise<Array<AppSubscription>>
A Promise that resolves to an array of AppSubscription objects. Returns an empty array if no subscriptions are active.
Each AppSubscription has the following properties: