List apps
Returns a paginated list of apps on the Whop platform, with optional filtering by company, type, view support, and search query.
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 ***************************.
Query Parameters
Filter apps by the type of end-user they are built for, such as consumer or business.
b2b_app, b2c_app, company_app, component, website Filter apps to only those created by this company, starting with 'biz_'.
"biz_xxxxxxxxxxxxxx"
The sort direction for results. Accepted values: asc, desc.
asc, desc The field to sort apps by. Defaults to discoverable_at descending, showing the most recently published apps first.
created_at, discoverable_at, total_installs_last_30_days, total_installs_last_7_days, time_spent, time_spent_last_24_hours, daily_active_users, ai_prompt_count, total_ai_cost_usd, total_ai_tokens, last_ai_prompt_at, ai_average_rating A search string to filter apps by name, such as 'chat' or 'analytics'.
Whether to only return apps that have been verified by Whop. Useful for populating a featured apps section.
Filter apps to only those supporting a specific view type, such as 'dashboard' or 'hub'.
hub, discover, dash, dashboard, analytics, skills, openapi Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
42
Returns the last n elements from the list.
42

