Skip to main content
An App is software you build on Whop. It can be a hosted web app served at <route>.whop.site or an API integration installed as an experience, and it belongs to the account that owns its credentials, settings, builds, and runtime logs. Use the Apps API to manage app configuration, deploy an app’s working copy and follow the run on the app’s deployment field, and, for hosted apps, read server runtime logs for console output, uncaught exceptions, and failed requests. Logs are retained for 7 days and can be filtered by build, level, time window, and message text. Apps are also reusable blueprints. List official blueprints with app_type=website&verified=true&order=template_usage, or community blueprints with app_type=website&verified=false&recommended=true&order=template_usage. Pass the returned App id as blueprint_id when creating an Account.
Replaces the Legacy Apps resource. Existing Legacy integrations keep working; see API versions for the stability contract.

Endpoints