Authorizations
The app API key from an app from the /dashboard/developer page
Path Parameters
"app_xxxxxxxxxxxxxx"
Body
Parameters for UpdateApp
The description of the app for the app store in-depth app view.
The base production url of the app
"https://example.com/path"
The path for the dashboard view of the app
The description of the app
The path for the discover view of the app
The path for the hub view of the app
The icon for the app
The name of the app
The scopes that the app will request off of users when a user installs the app.
If the status is live, the app is visible on Whop discovery. In order to be live, you need to set the name, icon, and description. Being unlisted or hidden means it's not visible on Whop but you can still install the app via direct link. To remove the app from whop discovery, you should set the status to unlisted. The status of an experience interface
live
, unlisted
, hidden
Response
A successful response
An object representing an app
The ID of the app
"app_xxxxxxxxxxxxxx"
The name of the app
The description of the app
If the status is live, the app is visible on Whop discovery. In order to be live, you need to set the name, icon, and description. Being unlisted or hidden means it's not visible on Whop but you can still install the app via direct link. To remove the app from whop discovery, you should set the status to unlisted. The status of an experience interface
live
, unlisted
, hidden
The base url of the app
"https://example.com/path"
The unique part of the proxied domain for this app. Used to generate the base url used to display the app inside the whop platform. Refers to the id part in the final url: https://{domain_id}.apps.whop.com
Whether this app has been verified by Whop. Verified apps are endorsed by whop and are shown in the 'featured apps' section of the app store.
The path part for a specific view of the app. This is the template part of the url after the base domain. Eg: /experiences/[experienceId]
The path part for a specific view of the app. This is the template part of the url after the base domain. Eg: /experiences/[experienceId]
The path part for a specific view of the app. This is the template part of the url after the base domain. Eg: /experiences/[experienceId]
The set of permissions that an app requests to be granted when a user installs the app.
A collection of stats for the app.
The API key for the app