v14
latestOpenAPI 3.1.02026-08-083813925.4 MBList 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.
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.
Only return apps supporting this view type, such as dashboard or hub.
Whether to only return apps verified by Whop.
A search string matched against app names.
The field to sort apps by. Defaults to discoverable_at, showing the most recently published apps first.
Sort direction.
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.
Response
apps listed
Example response
{
"data": [
{
"app_type": "b2b_app",
"status": "live"
}
]
}