Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-05-1"

Query Parameters

account_id
string

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

app_type
enum<string>

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.

Available options:
b2b_app,
b2c_app,
company_app,
component,
website
view_type
enum<string>

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

Available options:
hub,
discover,
dash,
dashboard,
analytics,
skills,
openapi
verified_apps_only
boolean

Whether to only return apps verified by Whop.

query
string

A search string matched against app names.

order
enum<string>
default:discoverable_at

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

Available options:
created_at,
discoverable_at,
total_installs_last_30_days,
total_installs_last_7_days
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
first
integer

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

after
string

A cursor; returns apps after this position.

last
integer

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

before
string

A cursor; returns apps before this position.

Response

apps listed

data
object[]
required
page_info
object
required