List Apps
Lists apps on the Whop platform: the app store’s live apps, or — with account_id and developer access to that account — every app the account owns. Requires authentication except for Whop’s public app and website discovery lists. Public website discovery includes built official blueprints (verified apps with a product) and built, live community blueprints that Whop recommends.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-25-2"
Query Parameters
Only return apps created by this account (biz_ tag). With developer access to the account this includes its unlisted and hidden apps.
Filter apps by the type of end-user they are built for. Apps of type website are left out unless you ask for them by name.
b2b_app, b2c_app, company_app, component, website Only return apps supporting this view type, such as dashboard or hub.
hub, discover, dash, dashboard, analytics, skills, openapi Only return apps whose Whop verification status matches this value. Omit this filter to include every verification status the caller can see.
Legacy compatibility filter. Use verified for field equality. true returns verified apps; clients pinned before 2026-08-25-2 retain the earlier public website discovery behavior.
Only return apps Whop recommends (or, with false, only those it does not), independently of verification status.
A search string matched against app names.
The field to sort apps by. Defaults to discoverable_at, showing the most recently published apps first. template_usage ranks Whop-verified apps first, then by how many businesses created apps from each app as a template.
created_at, discoverable_at, template_usage, total_installs_last_30_days, total_installs_last_7_days Sort direction.
asc, desc The number of apps to return (default 20, max 100).
A cursor; returns apps after this position.
The number of apps to return from the end of the range.
A cursor; returns apps before this position.

