a84d4905fdbb
latestOpenAPI 3.1.02026-08-143874115.7 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. Requires authentication, except when verified_apps_only=true, which is publicly readable.
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. Verified website templates — websites with a published web build — are included, even though websites are otherwise left out of app lists.
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": [
{
"account": {
"id": "biz_xxxxxxxxxxxxxx",
"logo_url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"route": "shine-time-holdings",
"title": "Shine Time Holdings"
},
"app_type": "b2c_app",
"banner_image": {
"url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"creator": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Marcus Webb",
"username": "marcuswebb"
},
"dashboard_path": "/dashboard/[companyId]",
"description": "Let members book a mobile detailing appointment without leaving your whop.",
"discover_path": "/discover",
"domain_id": "whopappdomain0000001",
"experience_path": "/experiences/[experienceId]",
"hosted_url": "https://shine-time-booking.whop.app",
"icon": {
"url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"id": "app_xxxxxxxxxxxxxx",
"name": "Shine Time Booking",
"openapi_path": "/openapi.json",
"origin": "https://whopappdomain0000001.apps.whop.com",
"route": "shine-time-booking",
"skills_path": "/skills",
"status": "unlisted"
}
],
"page_info": {
"end_cursor": "WyJjdXJzb3IiLDFd",
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}