List apps
Returns a paginated list of apps on the Whop platform, with optional filtering by company, type, view support, and search query.
Query parameters
The type of end-user an app is built for
Filter apps to only those created by this company, starting with 'biz_'.
The direction of the sort.
The order to fetch the apps in for discovery.
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.
The different types of an app view
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.
Returns the last n elements from the list.
Response
A successful response
Example response
{
"data": [
{
"base_url": "https://myapp.example.com",
"company": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "Pickaxe"
},
"creator": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"dashboard_path": "/experiences/[experienceId]",
"description": "A comprehensive analytics dashboard for tracking revenue, members, and growth metrics.",
"discover_path": "/experiences/[experienceId]",
"domain_id": "ab1c2d3e4f5g6h7i8j9k",
"experience_path": "/experiences/[experienceId]",
"hosted_url": "https://myapp.whop.app",
"icon": {
"url": "https://media.whop.com/abc123/optimized.jpg"
},
"id": "app_xxxxxxxxxxxxxx",
"name": "Courses",
"openapi_path": "/experiences/[experienceId]",
"route": "myapp",
"skills_path": "/experiences/[experienceId]"
}
]
}