Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-20"

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.

Available options:
b2b_app,
b2c_app,
company_app,
component
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