v8

latestOpenAPI 3.1.02026-08-033623795.0 MB
Apps

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.

get/apps

Query parameters

account_idstring

Only return apps created by this account (biz_ tag). With developer access to the account this includes its unlisted and hidden apps.

app_type'b2b_app' | 'b2c_app' | 'company_app' | 'component'

Filter apps by the type of end-user they are built for.

view_type'hub' | 'discover' | 'dash' | 'dashboard' | 'analytics' | 'skills' | 'openapi'

Only return apps supporting this view type, such as dashboard or hub.

verified_apps_onlyboolean

Whether to only return apps verified by Whop.

querystring

A search string matched against app names.

order'created_at' | 'discoverable_at' | 'total_installs_last_30_days' | 'total_installs_last_7_days'

The field to sort apps by. Defaults to discoverable_at, showing the most recently published apps first.

direction'asc' | 'desc'

Sort direction.

firstinteger

The number of apps to return (default 20, max 100).

afterstring

A cursor; returns apps after this position.

lastinteger

The number of apps to return from the end of the range.

beforestring

A cursor; returns apps before this position.

Response

apps listed

Example response

{
  "data": [
    {
      "app_type": "b2b_app",
      "status": "live"
    }
  ]
}