Authorizations
The app API key from an app from the /dashboard/developer page
Query Parameters
The ID of the company to filter apps by
"biz_xxxxxxxxxxxxxx"
The direction of the order The direction of the sort.
asc
, desc
The order to fetch the apps in. The default is discoverable at descending, aka show the most recent apps to become discoverable on the app store. The order to fetch the apps in for discovery.
discoverable_at
, total_installs_last_30_days
, time_spent
, time_spent_last_24_hours
, daily_active_users
The query to search for apps by name.
If true, you will only get apps that are verified by Whop. Use this to populate a 'featured apps' section on the app store.
Filter apps by the view type they support. For example this can be used to only fetch apps that support the 'dashboard' view for the creator dashboard. The different types of an app view
hub
, discover
, dash
, dashboard
, analytics
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