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 ***************************

Query Parameters

app_type
enum<string> | null

Filter apps by the type of end-user they are built for, such as consumer or business.

Available options:
b2b_app,
b2c_app,
company_app,
component
company_id
string | null

Filter apps to only those created by this company, starting with 'biz_'.

Example:

"biz_xxxxxxxxxxxxxx"

direction
enum<string> | null

The sort direction for results. Accepted values: asc, desc.

Available options:
asc,
desc
order
enum<string> | null

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

Available options:
created_at,
discoverable_at,
total_installs_last_30_days,
total_installs_last_7_days,
time_spent,
time_spent_last_24_hours,
daily_active_users,
ai_prompt_count,
total_ai_cost_usd,
total_ai_tokens,
last_ai_prompt_at,
ai_average_rating
query
string | null

A search string to filter apps by name, such as 'chat' or 'analytics'.

verified_apps_only
boolean | null

Whether to only return apps that have been verified by Whop. Useful for populating a featured apps section.

view_type
enum<string> | null

Filter apps to only those supporting a specific view type, such as 'dashboard' or 'hub'.

Available options:
hub,
discover,
dash,
dashboard,
analytics,
skills,
openapi
after
string | null

Returns the elements in the list that come after the specified cursor.

before
string | null

Returns the elements in the list that come before the specified cursor.

first
integer | null

Returns the first n elements from the list.

Example:

42

last
integer | null

Returns the last n elements from the list.

Example:

42

Response

A successful response

The connection type for PublicApp.

data
object[]
required

A list of nodes.

page_info
object
required

Information to aid in pagination.